Reference wrong script file

This commit is contained in:
Mike Francis 2014-12-12 15:24:29 +00:00
parent 6f0357bedd
commit 64adea6dcc
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/script.js' 'js/main.js'
]; ];
grunt.initConfig({ grunt.initConfig({