Skip to content

Commit

Permalink
add base theme to grunt
Browse files Browse the repository at this point in the history
  • Loading branch information
jhchen committed Nov 7, 2014
1 parent 8bf4d1b commit 00afdc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/grunt/dist.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ module.exports = (grunt) ->
files:
'dist/quill.js': ['dist/quill.js']
'dist/quill.min.js': ['dist/quill.min.js']
'dist/quill.base.css': ['dist/quill.base.css']
'dist/quill.snow.css': ['dist/quill.snow.css']
)

Expand Down

0 comments on commit 00afdc4

Please sign in to comment.