Skip to content

Commit

Permalink
* Fixed build further
Browse files Browse the repository at this point in the history
* Actually ready for release
  • Loading branch information
TheModFather committed Aug 29, 2013
1 parent 0bee147 commit bab8f31
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ module.exports = function (grunt) {
dest: 'build/lib/mammock.js'
}
},
clean: {
build: ["build"]
},
copy: {
main: {
files: [
Expand Down Expand Up @@ -66,8 +69,10 @@ module.exports = function (grunt) {
grunt.loadNpmTasks('grunt-contrib-watch');
grunt.loadNpmTasks('grunt-contrib-uglify');
grunt.loadNpmTasks('grunt-contrib-copy');
grunt.loadNpmTasks('grunt-contrib-clean');

// Default task.
grunt.registerTask('default', ['jshint', 'nodeunit']);
grunt.registerTask('build', ['jshint', 'nodeunit', 'uglify', 'copy']);

};
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ _(Coming soon)_
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/).

## Release History
### 0.2.5
* Fixed build further
* Actually ready for release

### 0.1.4
* Cleaned up build
* First npm publish
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt-contrib-watch": "~0.4.0",
"grunt-contrib-clean": "~0.5.0",
"grunt": "~0.4.1"
},
"keywords": []
Expand Down

0 comments on commit bab8f31

Please sign in to comment.