1
Fork 0

Fix build

This commit is contained in:
Jake Howard 2017-01-13 22:35:18 +00:00
parent 1cc4621368
commit 65b6e75ff7

View file

@ -6,7 +6,6 @@ logger = logging.getLogger(__file__)
def static_build(*args, **kwargs): def static_build(*args, **kwargs):
return
if NODE_PRODUCTION: if NODE_PRODUCTION:
logger.info('Building Production...') logger.info('Building Production...')
UGLIFY_ARGS = ['--compress', '--screw-ie8', '--define', '--stats', '--keep-fnames'] UGLIFY_ARGS = ['--compress', '--screw-ie8', '--define', '--stats', '--keep-fnames']