We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15ea071 commit 4b0568fCopy full SHA for 4b0568f
Gruntfile.js
@@ -40,7 +40,7 @@ module.exports = function(grunt) {
40
},
41
cloudfront_clear: {
42
invalidateAll: {
43
- resourcePaths: ["/"],
+ resourcePaths: ["/css/main.css"],
44
secret_key: s3config.secret,
45
access_key: s3config.key,
46
dist: s3config.cloudfront_distribution_id
templates/layout.jade
@@ -17,7 +17,7 @@ html(lang='en')
17
script(src='/js/prettify.js')
18
19
script(src='http://vjs.zencdn.net/4.0/video.js')
20
- link(href='http://vjs.zencdn.net/4.0/video-js.css', rel='stylesheet')
+ link(href='/css/video-js/video-js.css', rel='stylesheet')
21
22
script(src='/js/scripts.js')
23
0 commit comments