Skip to content

Commit 8be73ed

Browse files
author
K.C. Hunter
committed
updating gruntfile
1 parent c6620c4 commit 8be73ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GruntFile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module.exports = function (grunt)
1515
'bower_components/modernizr/modernizr.js',
1616
'bower_components/bootstrap/dist/js/bootstrap.js',
1717
'bower_components/jquery/dist/jquery.js',
18-
'bower_components/angularjs/angularjs.min.js',
18+
'bower_components/angularjs/angular.min.js',
1919
],
2020
dest: 'src/resources/js/<%= pkg.name %>-deps.js'
2121
},

0 commit comments

Comments
 (0)