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 /.eslintignore | |
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 '.eslintignore')
-rw-r--r-- | .eslintignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.eslintignore b/.eslintignore index b4bfa5a1f7a..a9d27a6765e 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,7 +1,8 @@ +/builds/ /coverage/ /coverage-javascript/ /node_modules/ /public/ /tmp/ /vendor/ -/builds/ +webpack.config.js |