Skip to content

Commit f8ed441

Browse files
committed
A website occurs.
1 parent 0edd198 commit f8ed441

25 files changed

+689
-122
lines changed

Gruntfile.js

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ module.exports = function(grunt) {
120120
custom_options: {
121121
options: {
122122
url: "http://ricg.io.dev?nocrit",
123-
filename : '_dist/_css/all.css',
123+
filename : '_css/all.css',
124124
outputfile: "_dist/_css/critical.css"
125125
}
126126
}
@@ -165,7 +165,6 @@ module.exports = function(grunt) {
165165

166166
// Default task.
167167
grunt.registerTask('default', [
168-
'chmod:writeable',
169168
'clean',
170169
'qunit',
171170
'concat',
@@ -174,19 +173,15 @@ module.exports = function(grunt) {
174173
'uglify',
175174
'assemble',
176175
'criticalcss',
177-
'chmod:readonly'
178176
]);
179177

180178
// NOTE these watch tasks try to run only relevant tasks per file save
181179

182180
grunt.registerTask('watch-endpoints', [
183-
'chmod:writeable',
184181
'copy',
185-
'chmod:readonly'
186182
]);
187183

188184
grunt.registerTask('watch-default', [
189-
'chmod:writeable',
190185
'clean',
191186
'qunit',
192187
'concat',
@@ -195,34 +190,31 @@ module.exports = function(grunt) {
195190
'uglify',
196191
'assemble',
197192
'criticalcss',
198-
'chmod:readonly'
199193
]);
200194

201195
grunt.registerTask('watch-css', [
202-
'chmod:writeable',
203196
'clean',
204197
'copy',
205198
'assemble',
206199
'concat:css_main',
207200
'cssmin',
208201
'criticalcss',
209-
'chmod:readonly'
210202
]);
211203

212204
grunt.registerTask('watch-js', [
213-
'chmod:writeable',
214205
'concat:js_initial',
215-
'concat:js_main',
216-
'concat:js_respond',
217-
'chmod:readonly'
206+
'concat:js_main'
218207
]);
219208

220209
grunt.registerTask('stage', [
221210
'clean',
222211
'qunit',
223-
'copy',
224212
'concat',
213+
'copy',
225214
'cssmin',
215+
'uglify',
216+
'assemble',
217+
'criticalcss',
226218
'uglify'
227219
]);
228220
};

_dist/_css/_svg/star.svg

Lines changed: 19 additions & 0 deletions
Loading

_dist/_css/_type/dinweb-cond.ttf

29.8 KB
Binary file not shown.

_dist/_css/_type/proximanova-bold.ttf

32.7 KB
Binary file not shown.

_dist/_css/_type/proximanova-reg.ttf

32.8 KB
Binary file not shown.

_dist/_css/all.css

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

0 commit comments

Comments
 (0)