Compress js for mobile user app

This commit is contained in:
2014-09-25 11:24:44 +02:00
parent 1f81f942f9
commit f6bcecf3b4
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -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'
+1 -1
View File
@@ -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
+3 -1
View File
@@ -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