Fix build
This commit is contained in:
parent
1cc4621368
commit
65b6e75ff7
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@ logger = logging.getLogger(__file__)
|
|||
|
||||
|
||||
def static_build(*args, **kwargs):
|
||||
return
|
||||
if NODE_PRODUCTION:
|
||||
logger.info('Building Production...')
|
||||
UGLIFY_ARGS = ['--compress', '--screw-ie8', '--define', '--stats', '--keep-fnames']
|
||||
|
|
Reference in a new issue