Skip to content

Commit dfdec0d

Browse files
committed
Update gruntfile to use custom css
Signed-off-by: Pratik Karki <pratik@prertik.com>
1 parent 04d0dad commit dfdec0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ module.exports = function(grunt) {
3131
'css/pack.css': [
3232
'css/normalize.css',
3333
'css/jquery.fancybox.css',
34-
'css/style.css',
35-
'css/small.css'
34+
'css/small.css',
35+
'css/custom.css'
3636
]
3737
}
3838
}

0 commit comments

Comments
 (0)