Skip to content

Commit 8d11f2a

Browse files
Paul LeclercqPaul Leclercq
authored andcommitted
add bower components inside gruntFile
1 parent 1c5c058 commit 8d11f2a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Gruntfile.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,13 @@ module.exports = function (grunt) {
3636
banner: '<%= meta.banner %>'
3737
},
3838
src: [
39-
'app/**/*.js'
39+
'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'
4046
],
4147
dest: '<%= dist_dir %>/<%= pkg.name %>.js'
4248
}

0 commit comments

Comments
 (0)