Commit Graph

13 Commits

Author SHA1 Message Date
Phil Hughes 639bca4362 Merge branch 'master' into go-go-gadget-webpack 2017-01-13 10:30:40 -05:00
Mike Greiling 31af0fbaf8 improve sourcemap generation 2017-01-10 12:30:44 -06:00
Mike Greiling 8d2099cb53 use ~ to reference non-local scripts instead of resolve.root 2017-01-10 12:30:43 -06:00
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