1
0
mirror of https://github.com/moparisthebest/mail synced 2025-02-07 02:20:14 -05:00

add clean libs to gruntfile

This commit is contained in:
Tankred Hase 2013-09-24 15:03:52 +02:00
parent 9767e3ace6
commit a3f11befdc

View File

@ -68,7 +68,7 @@ module.exports = function(grunt) {
},
clean: {
dist: ['dist']
dist: ['dist', 'src/lib/*.js', 'test/new-unit/lib']
},
sass: {
dist: {