From: Aleksander Ɓukasz Date: Wed, 3 Jul 2013 12:27:21 +0000 (+0200) Subject: Tweaking Gruntfile X-Git-Url: https://git.mdrn.pl/fnpeditor.git/commitdiff_plain/2d12fb568fae49d7684c7d1d70b58263a4b2ede5 Tweaking Gruntfile --- diff --git a/Gruntfile.js b/Gruntfile.js index 5f66014..8b7469e 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -35,5 +35,7 @@ module.exports = function(grunt) { grunt.loadNpmTasks('grunt-contrib-less'); grunt.loadNpmTasks('grunt-contrib-jshint'); - grunt.registerTask('default', ['requirejs']); + grunt.registerTask('build', ['requirejs', 'less:production']); + grunt.registerTask('lint', ['jshint']); + grunt.registerTask('default', ['build']); }; \ No newline at end of file