fixed gruntfile, fixed modal buttons, fixed .gitignore .sass-cache folder

This commit is contained in:
Bachir Soussi Chiadmi
2015-05-18 16:32:24 +02:00
parent 922a2da1e5
commit f28719a994
12 changed files with 3012 additions and 9965 deletions

View File

@@ -6,7 +6,7 @@ module.exports = function (grunt) {
tasks: ['compass:dev']
},
postcss: {
files: ['css/styles.css', 'css/wysiwyg.css'],
files: ['scss/styles.scss', 'scss/wysiwyg.scss'],
tasks: ['postcss']
},
// options: {
@@ -18,6 +18,7 @@ module.exports = function (grunt) {
options: {
sassDir: 'scss',
cssDir: 'css',
specify: ['scss/styles.scss', 'scss/wysiwyg.scss'],
imagesPath: 'img',
noLineComments: false,
// outputStyle: 'compressed'