-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Combine JS, CSS, PNG files #37
Comments
To achieve this I need some build system. For example, Gulp. Build introduces new layer of abstraction, so I need the process to be as much unobtrusive as possible.
|
Building combined/minified/config-adapted version of ready-to-deploy app. Updated clientside libs.
Introduced build system (gulp). Producing:
Introduced config facility (nconf)
Pain: |
Currently there is 4 resource file requests and 1 API request. Was: |
Currently there is 13 resource file requests and 1 API request.
14 requests | 59 KB transferred | 1.67 s (load: 1.39 s, DomContentLoaded: 797 ms)
Ideally there should be 4 (HTML, JS, CSS, PNG) resource requests.
The text was updated successfully, but these errors were encountered: