Skip to content

Commit

Permalink
Updated to use the latest critical package, adjusted gulpfile.js
Browse files Browse the repository at this point in the history
…base path

Signed-off-by: Andrew Welch <[email protected]>
  • Loading branch information
khalwat committed Dec 16, 2017
1 parent 2d71b01 commit 3b44224
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ function processCriticalCSS(element, i, callback) {
dest: criticalDest,
inline: false,
ignore: [],
base: pkg.paths.dist.base,
css: [
pkg.paths.dist.css + pkg.vars.siteCssName,
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.16.0",
"chalk": "^1.1.3",
"critical": "0.8.0",
"critical": "^1.1.0",
"fancy-log": "^1.2.0",
"git-rev-sync": "^1.7.1",
"gulp": "^3.9.0",
Expand Down

0 comments on commit 3b44224

Please sign in to comment.