Navigation Menu

Skip to content

Commit

Permalink
Fix minified browser build task
Browse files Browse the repository at this point in the history
  • Loading branch information
lsegal committed Aug 19, 2013
1 parent 666b9dd commit 61c9f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -30,7 +30,7 @@ namespace :browser do

desc 'Builds browser distributable (SERVICES=s3,dynamodb,...)'
task :build => :build_complete do
sh "MINIFY='1' #{$BUILDER} > #{$BROWSERIFY_DIST}"
sh "MINIFY=1 #{$BUILDER} > #{$BROWSERIFY_DIST.sub('.js', '.min.js')}"
end

task :build_complete => :dist_path do
Expand Down

0 comments on commit 61c9f9f

Please sign in to comment.