-
-
Notifications
You must be signed in to change notification settings - Fork 630
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
Justin808/webpacker integration #822
Commits on Apr 30, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 76f8ecc - Browse repository at this point
Copy the full SHA 76f8eccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 42c8f0d - Browse repository at this point
Copy the full SHA 42c8f0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 697ebad - Browse repository at this point
Copy the full SHA 697ebadView commit details -
Configuration menu - View commit details
-
Copy full SHA for f39838d - Browse repository at this point
Copy the full SHA f39838dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1eaaf37 - Browse repository at this point
Copy the full SHA 1eaaf37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bc7407 - Browse repository at this point
Copy the full SHA 7bc7407View commit details -
- add alias for gen examples
Configuration menu - View commit details
-
Copy full SHA for 469f7f2 - Browse repository at this point
Copy the full SHA 469f7f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99d58b1 - Browse repository at this point
Copy the full SHA 99d58b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e18cce9 - Browse repository at this point
Copy the full SHA e18cce9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 327161f - Browse repository at this point
Copy the full SHA 327161fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f27054 - Browse repository at this point
Copy the full SHA 7f27054View commit details -
Performance and throw if version mismatch (#821)
* Any version mismatch of gem and node package throws an error. * 6.9 introduced code that would parse the props into a Hash unnecessarily. Any customers with significant String props took a performance hit from this on page rendering. * Fix is to only put props inside of the script tag, and not any meta data, like the dom id and name of the component. This avoids unnecessary parsing.
Configuration menu - View commit details
-
Copy full SHA for dd93a4a - Browse repository at this point
Copy the full SHA dd93a4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7c3d31 - Browse repository at this point
Copy the full SHA d7c3d31View commit details -
Better inclusion of common file webpackConfigLoader.js
* No need to use babel on this file * Add another .eslintrc to avoid error on missing require * Configured package.json to export the file webpackConfigLoader.js
Configuration menu - View commit details
-
Copy full SHA for e062dd3 - Browse repository at this point
Copy the full SHA e062dd3View commit details -
Update default generated asseets dir
* New default dir reflects generators
Configuration menu - View commit details
-
Copy full SHA for a307816 - Browse repository at this point
Copy the full SHA a307816View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7c1760 - Browse repository at this point
Copy the full SHA d7c1760View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee0f504 - Browse repository at this point
Copy the full SHA ee0f504View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95765e3 - Browse repository at this point
Copy the full SHA 95765e3View commit details -
Change test order so Turbolinks 2 runs first
This should result in no pending changes after tests run locally.
Configuration menu - View commit details
-
Copy full SHA for 42c9ff7 - Browse repository at this point
Copy the full SHA 42c9ff7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4316e22 - Browse repository at this point
Copy the full SHA 4316e22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84811ff - Browse repository at this point
Copy the full SHA 84811ffView commit details
Commits on May 3, 2017
-
* Removed unnecessary rake task for running specs * Fixed inconsistency with using "-bundle" only some of the time. * Removed unused node_modules value in paths.yml * Upgraded to webpacker_lite 1.0.0
Configuration menu - View commit details
-
Copy full SHA for bc257a7 - Browse repository at this point
Copy the full SHA bc257a7View commit details -
Change default symlink_non_digested_assets_regex
* Added CHANGELOG.md entry * New default for symlink_non_digested_assets_regex is nil for webpacker_lite default. Previously: symlink_non_digested_assets_regex: /\.(png|jpg|jpeg|gif|tiff|woff|ttf|eot|svg|map)/,
Configuration menu - View commit details
-
Copy full SHA for f178bf8 - Browse repository at this point
Copy the full SHA f178bf8View commit details -
Configuration menu - View commit details
-
Copy full SHA for bac53b1 - Browse repository at this point
Copy the full SHA bac53b1View commit details