Skip to content

Commit

Permalink
Bump Sammy.js to 0.7.4
Browse files Browse the repository at this point in the history
0.7.2 is no longer available for build.
  • Loading branch information
shimaore committed Feb 15, 2013
1 parent 50d13e8 commit 4925b11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cakefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ task 'docs', ->

task 'vendor', ->
run 'mkdir -p vendor && cd vendor && curl -OL http://code.jquery.com/jquery-1.8.3.min.js', ->
run 'cd vendor && curl -OL https://github.com/quirkey/sammy/raw/master/lib/min/sammy-0.7.2.min.js', ->
run 'cd vendor && curl -OL https://github.com/quirkey/sammy/raw/master/lib/min/sammy-0.7.4.min.js', ->
run 'cd vendor && curl -OL https://raw.github.com/LearnBoost/socket.io-client/master/dist/socket.io.min.js', ->
run 'head -n 1 vendor/jquery*', ->
run 'head -n 3 vendor/sammy*', ->
Expand Down
2 changes: 1 addition & 1 deletion src/zappa.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ uuid = require 'node-uuid'
vendor = (name) ->
fs.readFileSync(path.join(__dirname,'..','vendor',name)).toString()
jquery = vendor 'jquery-1.8.3.min.js'
sammy = vendor 'sammy-0.7.2.min.js'
sammy = vendor 'sammy-0.7.4.min.js'
socketjs = vendor 'socket.io.min.js'
uglify = require 'uglify-js'

Expand Down

0 comments on commit 4925b11

Please sign in to comment.