Skip to content

Commit

Permalink
Fixing some build issues after cloning the repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilto committed Oct 30, 2014
1 parent a0db312 commit f0b1b72
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 24 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ module.exports = function(grunt) {
custom_options: {
options: {
url: "http://ricg.io.dev?nocrit",
filename : 'all.css',
filename : '_dist/_css/all.css',
outputfile: "_dist/_css/critical.css"
}
}
Expand Down
2 changes: 1 addition & 1 deletion _dist/_css/all.css

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

5 changes: 4 additions & 1 deletion _dist/_css/critical.css

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

1 change: 0 additions & 1 deletion _dist/_css/criticalcss.hbs

This file was deleted.

2 changes: 1 addition & 1 deletion _dist/_js/initial.js

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

2 changes: 1 addition & 1 deletion _dist/_js/main.js

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

2 changes: 1 addition & 1 deletion _dist/_js/respond.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/*! Project Name - v - 2014-10-29
/*! Project Name - v - 2014-10-30
* Copyright (c) 2014 Mat Marquis - [email protected] */
30 changes: 15 additions & 15 deletions _dist/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@
<h3 class="impl-hed">Impl<b class="abbr">ementation</b> Status</h3>
<div class="support">

Chrome : true
Chrome: true

Firefox :
Firefox:

Opera : true
Opera: true

Safari : true
Safari: true

Internet Explorer :
Internet Explorer:

</div>
</div>
Expand Down Expand Up @@ -106,15 +106,15 @@
<h3 class="impl-hed">Impl<b class="abbr">ementation</b> Status</h3>
<div class="support">

Chrome : true
Chrome: true

Firefox :
Firefox:

Opera : true
Opera: true

Safari :
Safari:

Internet Explorer :
Internet Explorer:

</div>
</div>
Expand Down Expand Up @@ -164,15 +164,15 @@
<h3 class="impl-hed">Impl<b class="abbr">ementation</b> Status</h3>
<div class="support">

Chrome : true
Chrome: true

Firefox :
Firefox:

Opera : true
Opera: true

Safari :
Safari:

Internet Explorer :
Internet Explorer:

</div>
</div>
Expand Down
1 change: 0 additions & 1 deletion _tmpl/_css/criticalcss.hbs

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"grunt-contrib-qunit": "0.2.1",
"grunt-contrib-uglify": "0.2.2",
"grunt-contrib-watch": "0.3.1",
"grunt-criticalcss": "^0.2.2",
"grunt-criticalcss": "~0.4.1",
"grunt-grunticon": "0.6.14",
"grunt-perfbudget": "^0.1.6",
"grunt-svgmin": "0.3.0",
Expand Down

0 comments on commit f0b1b72

Please sign in to comment.