Skip to content

Commit

Permalink
Fixing packaging issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
sgmeyer committed Oct 18, 2013
1 parent 72d9812 commit 5f1ec25
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/_Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 5f1ec25

Please sign in to comment.