diff --git a/app/templates/_Gruntfile.js b/app/templates/_Gruntfile.js index 0919066..6561ad1 100644 --- a/app/templates/_Gruntfile.js +++ b/app/templates/_Gruntfile.js @@ -14,7 +14,7 @@ module.exports = function(grunt) { cwd: 'app/src/', src: ['**/*.js', '!libs/**/*', '!bower_components/**/*'], dest: 'dist/src/', - ext: 'a.js' + ext: '.js' }, { expand: true, diff --git a/changelog.txt b/changelog.txt index 93f5624..32e35d1 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,7 @@ +v0.1.3 - 10-18-2013 + +* Fixing type in minification packaging. + v0.1.2 - 10-17-2013 * Copy over the web directory and the sub content @@ -6,6 +10,7 @@ v0.1.2 - 10-17-2013 * Giving package.json 'name' a static name. packag.json files do not support spaces in the name http://github.com/isaacs/npm/issues/3105 + v0.1.1 - 10-17-2013 * Adding changelog.txt