We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c5c058 commit 8d11f2aCopy full SHA for 8d11f2a
Gruntfile.js
@@ -36,7 +36,13 @@ module.exports = function (grunt) {
36
banner: '<%= meta.banner %>'
37
},
38
src: [
39
- 'app/**/*.js'
+ 'bower_components/jquery/jquery.min.js',
40
+ 'bower_components/angular/angular.min.js',
41
+ 'bower_components/bootstrap/docs/assets/js/bootstrap.min.js',
42
+ 'bower_components/momentjs/min/moment.min.js',
43
+ 'bower_components/momentjs/min/locales.min.js',
44
+ 'bower_components/humanize-duration/humanize-duration.js',
45
+ 'app/**/*.js'
46
],
47
dest: '<%= dist_dir %>/<%= pkg.name %>.js'
48
}
0 commit comments