Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CSS-Tricks/The-Printliminator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index eb0bfee..ae58d39 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -82,6 +82,8 @@ module.exports = function( grunt ) {
clean : {
build : {
src : [
+ 'dist/**/**/**/*', // locales
+ 'dist/**/**/*',
'dist/**/*',
config.indexHtml,
'*.min.js'