Skip to content
Snippets Groups Projects
Commit a34fa759 authored by Hakim El Hattab's avatar Hakim El Hattab
Browse files

merge #975 into dev

parents f28b380f 9ae36e9d
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ module.exports = function(grunt) {
},
sass: {
main: {
dist: {
files: {
'css/theme/default.css': 'css/theme/source/default.scss',
'css/theme/black.css': 'css/theme/source/black.scss',
......@@ -126,7 +126,7 @@ module.exports = function(grunt) {
grunt.loadNpmTasks( 'grunt-contrib-cssmin' );
grunt.loadNpmTasks( 'grunt-contrib-uglify' );
grunt.loadNpmTasks( 'grunt-contrib-watch' );
grunt.loadNpmTasks( 'grunt-contrib-sass' );
grunt.loadNpmTasks( 'grunt-sass' );
grunt.loadNpmTasks( 'grunt-contrib-connect' );
grunt.loadNpmTasks( 'grunt-zip' );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment