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_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
|
||||
#
|
||||
# # Print deprecation notices to the stderr.
|
||||
config.active_support.deprecation = :stder
|
||||
# config.active_support.deprecation = :stderr
|
||||
end
|
||||
|
||||
@@ -9,16 +9,18 @@ Supplier
|
||||
- Add qr print functionality offering to send the stickers
|
||||
- Limit tables to section
|
||||
- Add qr-print button to tables
|
||||
- Product variants
|
||||
|
||||
User
|
||||
----
|
||||
|
||||
- test met veel producten
|
||||
- splash screen
|
||||
- product variants
|
||||
|
||||
Bugs
|
||||
----
|
||||
|
||||
- untranslated title, and body_header in supplier edit table popup
|
||||
<!-- - nothing!!! -->
|
||||
|
||||
Post release
|
||||
|
||||
Reference in New Issue
Block a user