Skip to content

Commit

Permalink
No need to copy config.rb to dist..
Browse files Browse the repository at this point in the history
  • Loading branch information
Raymond de Wit committed Jul 7, 2014
1 parent b3de3a9 commit 58b1e5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions generators/app/templates/GruntFile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ module.exports = ( grunt ) ->
"!sass/**"
"!vendor/**"
"!style/images/icons/*.{png,gif,jpg}"
"!config.rb"
]
dest: "dist/src"
]
Expand Down
2 changes: 1 addition & 1 deletion test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ test
======================

## introduction

asdfasdf


## installation
Expand Down
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
, "madlib-locale": "~0.0.1"

},
"description": "",
"description": "asdfasdf",
"devDependencies": {
"browserify": "~3.23.1",
"browserify-shim": "~3.3.2",
Expand Down

0 comments on commit 58b1e5d

Please sign in to comment.