Skip to content

Commit

Permalink
added minified version state-machine.min.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jakesgordon committed Jun 3, 2011
1 parent d36301c commit b0c6ca6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,7 @@


desc "create minified version of state-machine.js" desc "create minified version of state-machine.js"
task :minify do task :minify do
require 'minifier/minifier' require File.expand_path(File.join(File.dirname(__FILE__), 'minifier/minifier'))
Minifier.enabled = true Minifier.enabled = true
Minifier.minify('state-machine.js') Minifier.minify('state-machine.js')
end end
Expand Down
2 changes: 1 addition & 1 deletion state-machine.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b0c6ca6

Please sign in to comment.