Commit 1cc8a338 by Kevin Van Ransbeeck

// Indentation

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