Skip to content
This repository was archived by the owner on Feb 19, 2022. It is now read-only.

Commit

Permalink
Fix build extension.
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed May 26, 2015
1 parent f568eea commit 33367c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ module.exports = (grunt) ->
src: ['*.sass']
dest: 'build/'
ext: '.css'
extDot: 'last'
]

usebanner:
Expand All @@ -32,6 +33,7 @@ module.exports = (grunt) ->
src: ['*.css']
dest: 'build/'
ext: '.css'
extDot: 'last'
]

watch:
Expand Down

0 comments on commit 33367c6

Please sign in to comment.