From 750f2fb7b53ba5939fe44cc0d11d36589a436e3f Mon Sep 17 00:00:00 2001 From: jdescottes Date: Sun, 11 Aug 2013 10:31:24 +0200 Subject: [PATCH] darn it man, forgot to update Gruntfile.js with the new script list filename. --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index cd453635..c3575950 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -61,7 +61,7 @@ module.exports = function(grunt) { separator : ';', }, dist : { - src : require('./script-load-list.js').scripts, + src : require('./piskel-script-list.js').scripts, dest : 'build/piskel-packaged.js', }, },