diff --git a/Gruntfile.js b/Gruntfile.js index ed171da..c6300fa 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -227,8 +227,9 @@ module.exports = function (grunt) { options: { baseUrl: "app/scripts", mainConfigFile: "app/scripts/require.config.js", + include: ['require.config'], name: "Main", // assumes a production build using almond - out: "main.js" + out: "dist/scripts/main.min.js" } } }, @@ -354,6 +355,7 @@ module.exports = function (grunt) { 'useminPrepare', 'concurrent', 'haml', + 'requirejs', 'cssmin', 'concat', 'uglify', diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..cd12ec2 --- /dev/null +++ b/Readme.md @@ -0,0 +1,16 @@ +# Steps to deploy +``` + grunt build +``` + +Edit dist/index.html + +``` + + + + + +``` + +Change last 2