Skip to content
This repository has been archived by the owner on Aug 5, 2019. It is now read-only.

Commit

Permalink
Merge pull request #23 from Tathanen/master
Browse files Browse the repository at this point in the history
Clean versioned files up after tests
  • Loading branch information
jrit committed Aug 19, 2015
2 parents 85d931b + ce5f4a9 commit 046efe6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ require( "load-grunt-config" )( grunt, {

## Changelog

#### 4.0.3 Always clean before building

Resets the build folder after running tests.

#### 4.0.2 Add livereload to `grunt watch`

Nothing is needed to upgrade, but to use LiveReload you will need a browser extension. Install one for your browser from [here](http://livereload.com/extensions/), and click the extension while `grunt watch` is running.
Expand Down
3 changes: 1 addition & 2 deletions grunt/aliases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ default:
- buildcore

buildcore:
- clean:build
- concat:scripts
- concat:angular
- concat:components
Expand All @@ -19,7 +20,6 @@ buildcore:
test:
- envDev
- envUseSource
- clean:build
- buildcore
- instrument
- rev
Expand All @@ -32,7 +32,6 @@ test:
teststack:
- envDev
- envUseSource
- clean:build
- buildcore
- jshint:deploy
- instrument
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dominatr-grunt",
"version": "4.0.2",
"version": "4.0.3",
"description": "Build all the things!",
"scripts": {
"test": ""
Expand Down

0 comments on commit 046efe6

Please sign in to comment.