This commit is contained in:
Mike Francis 2014-12-12 15:27:08 +00:00
parent 682c067309
commit bd242bee97
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ module.exports = function(grunt) {
// Add your script files here in order of precedence // Add your script files here in order of precedence
var scripts = [ var scripts = [
'js/main.js' 'js/script.js'
]; ];
grunt.initConfig({ grunt.initConfig({