moved list of cities to store / fixed bug with grunt watch on fast computers
This commit is contained in:
@@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user