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
cf206632
authored
2014-02-26 21:19:49 +0200
by
Avenger7x
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
grunt should watch all rivets sources
1 parent
a3861b98
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
Gruntfile.coffee
Gruntfile.coffee
View file @
cf20663
...
...
@@ -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