Skip to content

Commit

Permalink
Added build task to Gruntfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Flynntes committed Dec 4, 2018
1 parent dd7b178 commit 45532d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sleeky-frontend/assets/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,5 @@ module.exports = function (grunt) {
});

grunt.registerTask("dev", ["less:compile", "watch:styles"]);
grunt.registerTask("build", ["less:compile"]);
};

0 comments on commit 45532d4

Please sign in to comment.