Added more unit tests, up to 98% coverage. Fixed the Gruntfile so it's not a cluster-f**k anymore.
This commit is contained in:
5
grunt/config/clean.js
Normal file
5
grunt/config/clean.js
Normal file
@ -0,0 +1,5 @@
|
||||
module.exports = {
|
||||
dist: {
|
||||
src: ['<%= distDir %>']
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user