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

Justin808/webpacker integration #822

Merged
merged 24 commits into from
May 6, 2017
Merged

Commits on Apr 30, 2017

  1. add config to dummy app

    kaizencodes authored and justin808 committed Apr 30, 2017
    Configuration menu
    Copy the full SHA
    76f8ecc View commit details
    Browse the repository at this point in the history
  2. update generators

    kaizencodes authored and justin808 committed Apr 30, 2017
    Configuration menu
    Copy the full SHA
    42c8f0d View commit details
    Browse the repository at this point in the history
  3. update specs

    kaizencodes authored and justin808 committed Apr 30, 2017
    Configuration menu
    Copy the full SHA
    697ebad View commit details
    Browse the repository at this point in the history
  4. cleanup

    kaizencodes authored and justin808 committed Apr 30, 2017
    Configuration menu
    Copy the full SHA
    f39838d View commit details
    Browse the repository at this point in the history
  5. fix dummy setup

    kaizencodes authored and justin808 committed Apr 30, 2017
    Configuration menu
    Copy the full SHA
    1eaaf37 View commit details
    Browse the repository at this point in the history
  6. get examples work (wip)

    kaizencodes authored and justin808 committed Apr 30, 2017
    Configuration menu
    Copy the full SHA
    7bc7407 View commit details
    Browse the repository at this point in the history
  7. add layout template

    - add alias for gen examples
    kaizencodes authored and justin808 committed Apr 30, 2017
    Configuration menu
    Copy the full SHA
    469f7f2 View commit details
    Browse the repository at this point in the history
  8. change layout

    kaizencodes authored and justin808 committed Apr 30, 2017
    Configuration menu
    Copy the full SHA
    99d58b1 View commit details
    Browse the repository at this point in the history
  9. fix dev config when hot reloading

    kaizencodes authored and justin808 committed Apr 30, 2017
    Configuration menu
    Copy the full SHA
    e18cce9 View commit details
    Browse the repository at this point in the history
  10. put configLoader to npm package

    kaizencodes authored and justin808 committed Apr 30, 2017
    Configuration menu
    Copy the full SHA
    327161f View commit details
    Browse the repository at this point in the history
  11. fix dummy bundle generation

    kaizencodes authored and justin808 committed Apr 30, 2017
    Configuration menu
    Copy the full SHA
    7f27054 View commit details
    Browse the repository at this point in the history
  12. 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.
    justin808 committed Apr 30, 2017
    Configuration menu
    Copy the full SHA
    dd93a4a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d7c3d31 View commit details
    Browse the repository at this point in the history
  14. 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
    justin808 committed Apr 30, 2017
    Configuration menu
    Copy the full SHA
    e062dd3 View commit details
    Browse the repository at this point in the history
  15. Update default generated asseets dir

    * New default dir reflects generators
    justin808 committed Apr 30, 2017
    Configuration menu
    Copy the full SHA
    a307816 View commit details
    Browse the repository at this point in the history
  16. Release 7.1.0-beta.1

    justin808 committed Apr 30, 2017
    Configuration menu
    Copy the full SHA
    d7c1760 View commit details
    Browse the repository at this point in the history
  17. Release 7.1.0-beta.2

    justin808 committed Apr 30, 2017
    Configuration menu
    Copy the full SHA
    ee0f504 View commit details
    Browse the repository at this point in the history
  18. update docs

    kaizencodes authored and justin808 committed Apr 30, 2017
    Configuration menu
    Copy the full SHA
    95765e3 View commit details
    Browse the repository at this point in the history
  19. Change test order so Turbolinks 2 runs first

    This should result in no pending changes after tests run locally.
    justin808 committed Apr 30, 2017
    Configuration menu
    Copy the full SHA
    42c9ff7 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    4316e22 View commit details
    Browse the repository at this point in the history
  21. Release 7.1.0-beta.3

    justin808 committed Apr 30, 2017
    Configuration menu
    Copy the full SHA
    84811ff View commit details
    Browse the repository at this point in the history

Commits on May 3, 2017

  1. Final fixes for v7.1.0

    * 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
    justin808 committed May 3, 2017
    Configuration menu
    Copy the full SHA
    bc257a7 View commit details
    Browse the repository at this point in the history
  2. 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)/,
    justin808 committed May 3, 2017
    Configuration menu
    Copy the full SHA
    f178bf8 View commit details
    Browse the repository at this point in the history
  3. Release 8.0.0-beta.1

    justin808 committed May 3, 2017
    Configuration menu
    Copy the full SHA
    bac53b1 View commit details
    Browse the repository at this point in the history