mirror of
https://github.com/nextcloud/passman.git
synced 2025-07-22 01:29:13 +00:00
Add sass task to default grunt task
This commit is contained in:
@ -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']);
|
||||
|
||||
};
|
Reference in New Issue
Block a user