Skip to content

Commit

Permalink
I think the build is back in order now.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilto committed Feb 6, 2017
1 parent f8ed441 commit 2f24d6b
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 104 deletions.
10 changes: 4 additions & 6 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,10 @@ module.exports = function(grunt) {
}
},
criticalcss: {
custom_options: {
options: {
url: "http://ricg.io.dev?nocrit",
filename : '_css/all.css',
outputfile: "_dist/_css/critical.css"
}
options: {
filename: "_tmpl/_css/all.css",
url: "http://localhost:8000/?nocrit",
outputfile: "_dist/_css/critical.css"
}
},

Expand Down
6 changes: 3 additions & 3 deletions _dist/_css/all.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2f24d6b

Please sign in to comment.