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
42c3e32c
authored
2013-04-27 22:29:56 -0700
by
Michael Richards
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Change the artifact target directory to dist instead of lib.
1 parent
f7ccc0b4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
Gruntfile.coffee
Gruntfile.coffee
View file @
42c3e32
...
...
@@ -12,25 +12,25 @@ module.exports = (grunt) ->
coffee
:
all
:
files
:
'
lib
/rivets.js'
:
'src/rivets.coffee'
'
dist
/rivets.js'
:
'src/rivets.coffee'
concat
:
all
:
options
:
banner
:
'<%= meta.banner %>'
files
:
'
lib/rivets.js'
:
'lib
/rivets.js'
'
dist/rivets.js'
:
'dist
/rivets.js'
uglify
:
all
:
options
:
banner
:
'<%= meta.banner %>'
files
:
'
lib/rivets.min.js'
:
'lib
/rivets.js'
'
dist/rivets.min.js'
:
'dist
/rivets.js'
jasmine
:
all
:
src
:
'
lib
/rivets.js'
src
:
'
dist
/rivets.js'
options
:
specs
:
'spec/rivets/**/*.js'
helpers
:
'spec/lib/**/*.js'
...
...
Please
register
or
sign in
to post a comment