fixed gruntfile, fixed modal buttons, fixed .gitignore .sass-cache folder
This commit is contained in:
@@ -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'
|
||||
|
Reference in New Issue
Block a user