Commit 1cc8a338 by Kevin Van Ransbeeck

// Indentation

1 parent 17c8912c
......@@ -104,22 +104,22 @@ module.exports = function(grunt) {
},
penthouse: {
extract : {
outfile : './css/critical.css',
css : './css/style.css',
url : 'http://kevin.demo/cssoptim/index.html',
width : 1024,
height : 980
},
extract : {
outfile : './css/critical.css',
css : './css/style.css',
url : 'http://kevin.demo/cssoptim/index.html',
width : 1024,
height : 980
},
},
inline: {
dist: {
options:{
cssmin: true
},
src: ['index.html'],
}
inline: {
dist: {
options:{
cssmin: true
},
src: ['index.html'],
}
},
/**
* X :: Watch files for changes and act on them (recompile etc...).
......
......@@ -14,7 +14,7 @@
// "foundation/components/dropdown-buttons",
// "foundation/components/flex-video",
// "foundation/components/forms",
// "foundation/components/grid",
// "foundation/components/grid",
// "foundation/components/inline-lists",
// "foundation/components/joyride",
// "foundation/components/keystrokes",
......@@ -22,7 +22,7 @@
// "foundation/components/magellan",
// "foundation/components/orbit",
// "foundation/components/pagination",
// "foundation/components/panels",
// "foundation/components/panels",
// "foundation/components/pricing-tables",
// "foundation/components/progress-bars",
// "foundation/components/reveal",
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!