|
@@ -93,10 +93,10 @@ def build(options):
|
|
return
|
|
return
|
|
|
|
|
|
if options.pack:
|
|
if options.pack:
|
|
- print 'packaing compiled js to %s...' % package.root
|
|
|
|
|
|
+ print('packaging compiled js to %s...' % package.root)
|
|
package.pack()
|
|
package.pack()
|
|
else:
|
|
else:
|
|
- print 'unpackaing compiled js to %s...' % package.root
|
|
|
|
|
|
+ print('unpacking compiled js to %s...' % package.root)
|
|
package.unpack()
|
|
package.unpack()
|
|
|
|
|
|
if not os.path.exists(out):
|
|
if not os.path.exists(out):
|