Skip to content

Commit

Permalink
Added checks at places where undefined errors were thrown
Browse files Browse the repository at this point in the history
  • Loading branch information
zaak committed Mar 27, 2015
1 parent 366cc23 commit 8445984
Show file tree
Hide file tree
Showing 8 changed files with 554 additions and 531 deletions.
5 changes: 1 addition & 4 deletions Cakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ fs = require 'fs'
util = require 'util'
{jsmin} = require 'jsmin'

try
packer = require 'packer'
catch err
packer = null
packer = null

targetName = "caman"

Expand Down
Loading

0 comments on commit 8445984

Please sign in to comment.