Skip to content

Commit

Permalink
update min script
Browse files Browse the repository at this point in the history
  • Loading branch information
scribu committed Feb 16, 2011
1 parent bc59f36 commit f283b47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion min
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ cd 'js/cleditor'
$MINIFIER 'cleditor.dev.js' > 'cleditor.js'

cd '..'
$MINIFIER 'core.dev.js' > 'editor.js'
$MINIFIER 'jquery.delayed-double-click.js' > 'editor.js'
$MINIFIER 'core.dev.js' >> 'editor.js'
cat fields/* | $MINIFIER --type 'js' >> 'editor.js'

cd '../css'
Expand Down

0 comments on commit f283b47

Please sign in to comment.