Skip to content

Commit a0b0ace

Browse files
committed
Moves static to outside of filerev range
1 parent 706086e commit a0b0ace

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Gruntfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,9 @@ module.exports = function (grunt) {
257257
'images/**/*',
258258
'fonts/**/*',
259259
// Like Jekyll, exclude files & folders prefixed with an underscore.
260-
'!**/_*{,/**}'
260+
'!**/_*{,/**}',
261261
// Explicitly add any files your site needs for distribution here.
262+
'static/**/*'
262263
//'_bower_components/jquery/jquery.js',
263264
//'favicon.ico',
264265
//'apple-touch*.png'
File renamed without changes.

0 commit comments

Comments
 (0)