v/pol
1
0
mirror of https://github.com/taroved/pol synced 2025-05-17 23:00:10 -07:00

help button (1)

This commit is contained in:
Alexandr Nesterenko 2017-07-04 14:44:27 -07:00
parent 85a2d253df
commit 55a26f9ca2

View File

@ -153,10 +153,12 @@ PIPELINE_JS = {
'source_filenames': (
'frontend/assets/js/jquery.js',
'frontend/assets/js/jquery.browser.js',
'frontend/assets/js/jquery.jfeed.js',
'frontend/assets/js/bootstrap.js',
'frontend/assets/js/bootstrap_and_overrides.js',
'frontend/assets/js/xregexp-all.js',
'frontend/assets/js/setup-tool.js',
'frontend/assets/js/jquery.jfeed.js',
'frontend/assets/js/help.js',
),
'output_filename': 'frontend/js/app.js',
}