Skip to content
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

Asset fingerprinting #1354

Merged
merged 2 commits into from
Apr 21, 2016
Merged

Asset fingerprinting #1354

merged 2 commits into from
Apr 21, 2016

Conversation

davkal
Copy link
Contributor

@davkal davkal commented Apr 20, 2016

  • adds ?hash to JS and CSS bundle URLs against caching in production
  • uses html-webpack-plugin to generate html dynamically
  • html based on template in app/html/index.html
  • per-app html files no longer needed
  • build/ dir is now completely deleteable, and fully gitignored
  • top-level make now requires client/app to pick up on html and
    style changes
  • cleaned up server.js code for production bundle testing
  • added readme entry about testing production bundles

* adds `?hash` to JS and CSS bundle URLs against caching in production
* uses `html-webpack-plugin` to generate html dynamically
* html based on template in `app/html/index.html`
* per-app html files no longer needed
* `build/` dir is now completely deleteable, and fully gitignored
* top-level `make` now requires `client/app` to pick up on html and
  style changes
* cleaned up `server.js` code for production bundle testing
* added readme entry about testing production bundles
@foot
Copy link
Contributor

foot commented Apr 21, 2016

contrast mode on a production build doesn't appear to be working, but I can't immediately spot why...

@foot
Copy link
Contributor

foot commented Apr 21, 2016

terminal is working fine.

* fixes contrast mode
@foot
Copy link
Contributor

foot commented Apr 21, 2016

Awesommee! Works really well

LGTM

@foot foot assigned davkal and unassigned foot Apr 21, 2016
@davkal davkal merged commit 7e9edb0 into master Apr 21, 2016
@davkal davkal deleted the asset-fingerprinting branch April 21, 2016 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants