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:
authorRob Garrison <wowmotty@gmail.com>2015-10-11 21:57:04 +0300
committerRob Garrison <wowmotty@gmail.com>2015-10-11 21:57:04 +0300
commit18bb628ab61b5eb3bb07c0fec6af913e9bb7cb14 (patch)
tree919dd3e1856d03a51f291b8815bc36269a4c9d40 /Gruntfile.js
parent01b91756b0e838144176351d2b0484d5ee3ef88e (diff)
Update missing locale string; fix button overflow issues
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'