Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
rivets
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
99c9d26e
authored
2014-02-26 15:43:58 -0800
by
Michael Richards
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge pull request #281 from alexeyraspopov/master
Grunt should watch all rivets sources
2 parents
66d5f92e
cf206632
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
Gruntfile.coffee
Gruntfile.coffee
View file @
99c9d26
...
...
@@ -50,7 +50,7 @@ module.exports = (grunt) ->
watch
:
all
:
files
:
'src/
rivets
.coffee'
files
:
'src/
*
.coffee'
tasks
:
[
'build'
,
'spec'
]
grunt
.
loadNpmTasks
'grunt-contrib-coffee'
...
...
Please
register
or
sign in
to post a comment