Skip to content

Commit

Permalink
Removed bower.json and wiredep
Browse files Browse the repository at this point in the history
When added, info site and improved login page will use npm and webpack
  • Loading branch information
idpaterson committed Aug 24, 2016
1 parent feb79c9 commit 41c7fcb
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 30 deletions.
7 changes: 0 additions & 7 deletions bower.json

This file was deleted.

5 changes: 0 additions & 5 deletions tasks/options/bower.js

This file was deleted.

3 changes: 1 addition & 2 deletions tasks/options/bumpup.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
'use strict';

module.exports = [
'package.json',
'bower.json'
'package.json'
];
1 change: 0 additions & 1 deletion tasks/options/jshint.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ module.exports = {
'Gruntfile.js',
'<%= paths.app %>/**/*.js',
'<%= paths.grunt_tasks %>/**/*.js',
'!<%= paths.bower %>/**/*.js'
]
};
1 change: 0 additions & 1 deletion tasks/options/paths.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

module.exports = {
node_modules: 'node_modules',
bower: '<%= bower.directory %>',
lib: '<%= paths.lib_dirname %>',

// Directory names
Expand Down
14 changes: 0 additions & 14 deletions tasks/options/wiredep.js

This file was deleted.

0 comments on commit 41c7fcb

Please sign in to comment.