From c39a8b3375b1ad7adeb797ad997e5cea4f29d290 Mon Sep 17 00:00:00 2001 From: Arco Mul Date: Sat, 15 Aug 2015 23:53:53 +0200 Subject: [PATCH] Compile less after running npm install --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 3e5868b..8ae65c4 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -63,5 +63,5 @@ module.exports = function(grunt) { grunt.registerTask('build', ['less', 'nodewebkit', 'copy:twister']); grunt.registerTask('compile', ['less']); - grunt.registerTask('postinstall', ['auto_install']); + grunt.registerTask('postinstall', ['auto_install', 'less']); };