Skip to content

Commit

Permalink
Weeeebsiiiite
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilto committed Oct 24, 2014
1 parent 9a218d7 commit ad903dd
Show file tree
Hide file tree
Showing 28 changed files with 405 additions and 394 deletions.
12 changes: 8 additions & 4 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ module.exports = function(grunt) {
js_main: {
src: [
// keep this globalenhance file last!
'_tmpl/_js/_lib/jquery.js',
'_tmpl/_js/_lib/*',
'_tmpl/_js/globalenhance.js'
'_tmpl/_js/main.js'
],
dest: '_dist/_js/main.js'
},
Expand Down Expand Up @@ -120,7 +119,7 @@ module.exports = function(grunt) {
criticalcss: {
custom_options: {
options: {
url: "http://ricg.io.dev",
url: "http://ricg.io.dev?nocrit",
filename : 'all.css',
outputfile: "_dist/_css/critical.css"
}
Expand Down Expand Up @@ -190,7 +189,10 @@ module.exports = function(grunt) {
'chmod:writeable',
'clean',
'qunit',
'concat',
'copy',
'cssmin',
'uglify',
'assemble',
'criticalcss',
'chmod:readonly'
Expand All @@ -200,8 +202,10 @@ module.exports = function(grunt) {
'chmod:writeable',
'clean',
'copy',
'criticalcss',
'assemble',
'concat:css_main',
'cssmin',
'criticalcss',
'chmod:readonly'
]);

Expand Down
4 changes: 2 additions & 2 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 ad903dd

Please sign in to comment.