Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2016-09-10 16:26:51 +0300
committerbrantje <brantje@gmail.com>2016-09-10 16:26:51 +0300
commit6e25bddac90cf8a8293129a0fdf081ff5fb51f20 (patch)
tree8d57132a904ea7ef37a0b1d9cf7e2bfe24d2452c /Gruntfile.js
parentabdc72acaa83c953ef317c3c732db1c8c72ef36b (diff)
Add sass task to default grunt task
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 051ad053..aa2b4c1d 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -69,6 +69,6 @@ module.exports = function (grunt) {
grunt.loadNpmTasks('grunt-html2js');
grunt.loadNpmTasks('grunt-contrib-watch');
// Default task(s).
- grunt.registerTask('default', ['html2js']);
+ grunt.registerTask('default', ['html2js', 'sass']);
}; \ No newline at end of file