Fix lint
This commit is contained in:
parent
5336e189be
commit
82007f9968
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ def static_build(*args, **kwargs):
|
|||
else:
|
||||
UGLIFY_ARGS = []
|
||||
|
||||
run_command('Building Bootstrap', [node_bin('uglifyjs'), 'node_modules/bootstrap-sass/assets/javascripts/bootstrap.js', UGLIFY_ARGS , '-o', 'theme/static/build/js/bootstrap.js'])
|
||||
run_command('Building Bootstrap', [node_bin('uglifyjs'), 'node_modules/bootstrap-sass/assets/javascripts/bootstrap.js', UGLIFY_ARGS, '-o', 'theme/static/build/js/bootstrap.js'])
|
||||
run_command('Building jQuery', [node_bin('uglifyjs'), 'node_modules/jquery/dist/jquery.js', UGLIFY_ARGS, '-o', 'theme/static/build/js/jquery.js'])
|
||||
run_command('Building Application', [
|
||||
node_bin('browserify'),
|
||||
|
|
Reference in a new issue