Skip to content

Commit 2f24d6b

Browse files
committed
I think the build is back in order now.
1 parent f8ed441 commit 2f24d6b

File tree

7 files changed

+15
-104
lines changed

7 files changed

+15
-104
lines changed

Gruntfile.js

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,10 @@ module.exports = function(grunt) {
117117
}
118118
},
119119
criticalcss: {
120-
custom_options: {
121-
options: {
122-
url: "http://ricg.io.dev?nocrit",
123-
filename : '_css/all.css',
124-
outputfile: "_dist/_css/critical.css"
125-
}
120+
options: {
121+
filename: "_tmpl/_css/all.css",
122+
url: "http://localhost:8000/?nocrit",
123+
outputfile: "_dist/_css/critical.css"
126124
}
127125
},
128126

_dist/_css/all.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)