Skip to content

Commit

Permalink
SCSS compiles.
Browse files Browse the repository at this point in the history
  • Loading branch information
dovy committed Jan 22, 2015
1 parent ea6ac5e commit ca052d9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ module.exports = function( grunt ) {
sass: {
fields: {
options: {
sourcemap: 'none',
//sourcemap: 'none',
style: 'compressed',
noCache: true,
},
Expand All @@ -299,7 +299,7 @@ module.exports = function( grunt ) {

vendor: {
options: {
sourcemap: 'none',
//sourcemap: 'none',
style: 'compressed',
noCache: true
},
Expand All @@ -316,7 +316,7 @@ module.exports = function( grunt ) {

admin: {
options: {
sourcemap: 'none',
//sourcemap: 'none',
style: 'compressed',
noCache: true
},
Expand Down
Loading

0 comments on commit ca052d9

Please sign in to comment.