Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Incorrect production assets (#1647)
Browse files Browse the repository at this point in the history
Removed the ng-img-crop references from the production assets
configuration, since the library has been removed from the project.

Also, re-ordered the CSS section to be in alphabetical order.
  • Loading branch information
mleanos authored Nov 21, 2016
1 parent 2b6cf53 commit d37b603
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions config/assets/production.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ module.exports = {
lib: {
css: [
// bower:css
'public/lib/angular-ui-notification/dist/angular-ui-notification.min.css',
'public/lib/bootstrap/dist/css/bootstrap.min.css',
'public/lib/bootstrap/dist/css/bootstrap-theme.min.css',
'public/lib/ng-img-crop/compile/minified/ng-img-crop.css',
'public/lib/angular-ui-notification/dist/angular-ui-notification.min.css'
// endbower
],
js: [
Expand All @@ -24,7 +23,6 @@ module.exports = {
'public/lib/angular-ui-notification/dist/angular-ui-notification.min.js',
'public/lib/angular-ui-router/release/angular-ui-router.min.js',
'public/lib/ng-file-upload/ng-file-upload.min.js',
'public/lib/ng-img-crop/compile/minified/ng-img-crop.js',
'public/lib/owasp-password-strength-test/owasp-password-strength-test.js',
// endbower
]
Expand Down

0 comments on commit d37b603

Please sign in to comment.