moved list of cities to store / fixed bug with grunt watch on fast computers

This commit is contained in:
Senad Uka
2015-06-14 05:28:28 +02:00
parent ee32d6f7c9
commit db796d5f82
8 changed files with 70743 additions and 748 deletions

View File

@@ -71,7 +71,7 @@ module.exports = function(grunt) {
expand: true,
flatten: true,
src: ['build/ribica.bundle.js'],
dest: 'build/'
dest: 'build/configured'
}]
}
},
@@ -84,7 +84,7 @@ module.exports = function(grunt) {
dest: 'build/ribica.css'
},
js: {
src: ['build/ribica.bundle.js'],
src: ['build/configured/ribica.bundle.js'],
dest: 'build/ribica.js'
}
}