Compress js for mobile user app
This commit is contained in:
@@ -32,4 +32,4 @@ end
|
|||||||
gsub_file 'user/foundation/application.css', /url\(("?)\/assets/, 'url(\1../..'
|
gsub_file 'user/foundation/application.css', /url\(("?)\/assets/, 'url(\1../..'
|
||||||
gsub_all_scripts 'src="/assets', 'src="./assets'
|
gsub_all_scripts 'src="/assets', 'src="./assets'
|
||||||
|
|
||||||
# compress_js 'user/flat/application.js', 'user/app/application.js'
|
compress_js 'user/flat/application.js', 'user/app/application.js'
|
||||||
|
|||||||
@@ -89,5 +89,5 @@ Qwaiter::Application.configure do
|
|||||||
# config.active_record.auto_explain_threshold_in_seconds = 0.5
|
# config.active_record.auto_explain_threshold_in_seconds = 0.5
|
||||||
#
|
#
|
||||||
# # Print deprecation notices to the stderr.
|
# # Print deprecation notices to the stderr.
|
||||||
config.active_support.deprecation = :stder
|
# config.active_support.deprecation = :stderr
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -9,16 +9,18 @@ Supplier
|
|||||||
- Add qr print functionality offering to send the stickers
|
- Add qr print functionality offering to send the stickers
|
||||||
- Limit tables to section
|
- Limit tables to section
|
||||||
- Add qr-print button to tables
|
- Add qr-print button to tables
|
||||||
|
- Product variants
|
||||||
|
|
||||||
User
|
User
|
||||||
----
|
----
|
||||||
|
|
||||||
- test met veel producten
|
- test met veel producten
|
||||||
- splash screen
|
- splash screen
|
||||||
|
- product variants
|
||||||
|
|
||||||
Bugs
|
Bugs
|
||||||
----
|
----
|
||||||
|
- untranslated title, and body_header in supplier edit table popup
|
||||||
<!-- - nothing!!! -->
|
<!-- - nothing!!! -->
|
||||||
|
|
||||||
Post release
|
Post release
|
||||||
|
|||||||
Reference in New Issue
Block a user