Commit graph

10 commits

Author SHA1 Message Date
Mike Greiling
663936878f include common libraries within spec_helper 2017-01-10 12:30:42 -06:00
Luke "Jared" Bennett
7c47cc94c5 Swapped out teaspoon for karma 2017-01-10 12:30:40 -06:00
Mike Greiling
24b48a3713 disable "use strict" in babel config as it was broken in sprockets 2017-01-10 12:30:38 -06:00
Mike Greiling
fe964cc235 migrate all javascript asset bundles and require syntax 2017-01-10 12:30:38 -06:00
Mike Greiling
55f291e8ce replace application.js sprockets output with webpack-generated equivalent 2017-01-06 10:21:02 -06:00
Mike Greiling
31bd36845b temporarily regress to babel 5 for parity with sprockets-es6 gem 2017-01-06 10:21:02 -06:00
Mike Greiling
000180e5e4 conditionally apply webpack-dev-server config 2017-01-06 10:21:02 -06:00
Mike Greiling
61ca496b32 optimize production output and generate sourcemaps 2017-01-06 10:21:01 -06:00
Mike Greiling
df72d65a02 compile es6/es2015 with babel 2017-01-06 10:21:01 -06:00
Mike Greiling
4c5ff1d08e add webpack, webpack-rails, and webpack-dev-server along with a simple hello world test
Add the following line to GDK Procfile to play with it:

    webpack: exec support/exec-cd gitlab npm run dev-server
2017-01-06 10:21:01 -06:00