Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Release CSS assets
Browse files Browse the repository at this point in the history
  • Loading branch information
benlangfeld committed Feb 13, 2016
1 parent f5cc87b commit 922fe2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ module.exports = function(grunt) {
},
clean: {
bundle: ['./candy.bundle.js', './candy.bundle.map', './candy.min.js'],
libs: ['./libs.bundle.js', './libs.bundle.map', './libs.min.js'],
libs: ['./libs.bundle.css', './libs.bundle.js', './libs.bundle.map', './libs.min.js'],
docs: ['./docs']
},
mkdir: {
Expand Down Expand Up @@ -229,6 +229,7 @@ module.exports = function(grunt) {
'candy.min.map',
'CONTRIBUTING.md',
'CREDITS.md',
'libs.bundle.css',
'libs.bundle.js',
'libs.bundle.map',
'libs.min.js',
Expand Down

0 comments on commit 922fe2c

Please sign in to comment.