diff options
author | Mike Greiling <mike@pixelcog.com> | 2016-10-18 17:46:48 -0500 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2017-01-06 10:21:01 -0600 |
commit | 4c5ff1d08ef5ddb7db432b864e18dd7674fbc116 (patch) | |
tree | 7592f65f9010b2bb7df16ba138ee5c56258a53f7 /Gemfile.lock | |
parent | 57652bf58482dd1b4ac26b5f804d3d4ece6591d8 (diff) | |
download | gitlab-ce-4c5ff1d08ef5ddb7db432b864e18dd7674fbc116.tar.gz |
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
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index c99313163a4..b88f51a7a43 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -779,6 +779,8 @@ GEM webmock (1.21.0) addressable (>= 2.3.6) crack (>= 0.3.2) + webpack-rails (0.9.9) + rails (>= 3.2.0) websocket-driver (0.6.3) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.2) @@ -980,6 +982,7 @@ DEPENDENCIES vmstat (~> 2.3.0) web-console (~> 2.0) webmock (~> 1.21.0) + webpack-rails (~> 0.9.9) wikicloth (= 0.8.1) BUNDLED WITH |