big update for home v2

This commit is contained in:
Bachir Soussi Chiadmi
2015-06-03 17:02:24 +02:00
parent 49004d7fee
commit 3ffbc09c10
26 changed files with 4210 additions and 1461 deletions

View File

@@ -2,7 +2,7 @@ module.exports = function (grunt) {
grunt.initConfig({
watch: {
compass: {
files: ['scss/styles.scss', 'scss/wysiwyg.scss'],
files: ['scss/styles.scss', 'scss/wysiwyg.scss', 'scss/layout.scss', 'scss/gui.scss', 'scss/misc.scss', 'scss/fonts.scss', 'scss/colors.scss'],
tasks: ['compass:dev']
},
postcss: {