Skip to content

Commit

Permalink
Merge pull request #126 from fanick1/requirejs-support
Browse files Browse the repository at this point in the history
Add task 'requirejs' to the default tasks in Gruntfile.js
  • Loading branch information
w8tcha authored Aug 23, 2017
2 parents 23d5043 + e69b435 commit 13656f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,13 +276,15 @@ module.exports = function(grunt) {
grunt.loadNpmTasks('grunt-contrib-requirejs');

grunt.registerTask('watch', [
'requirejs',
'min',
'cssmin',
'imagemin',
'watch'
]);

grunt.registerTask('default', [
'requirejs',
'min',
'cssmin',
'imagemin'
Expand Down

0 comments on commit 13656f4

Please sign in to comment.