mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
darn it man, forgot to update Gruntfile.js with the new script list filename.
This commit is contained in:
@ -61,7 +61,7 @@ module.exports = function(grunt) {
|
|||||||
separator : ';',
|
separator : ';',
|
||||||
},
|
},
|
||||||
dist : {
|
dist : {
|
||||||
src : require('./script-load-list.js').scripts,
|
src : require('./piskel-script-list.js').scripts,
|
||||||
dest : 'build/piskel-packaged.js',
|
dest : 'build/piskel-packaged.js',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user