-
- Downloads
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
Showing
- .eslintignore 2 additions, 1 deletion.eslintignore
- Gemfile 2 additions, 0 deletionsGemfile
- Gemfile.lock 3 additions, 0 deletionsGemfile.lock
- Procfile 1 addition, 0 deletionsProcfile
- app/assets/javascripts/webpack/bundle.js 1 addition, 0 deletionsapp/assets/javascripts/webpack/bundle.js
- app/assets/javascripts/webpack/hello_world.js 3 additions, 0 deletionsapp/assets/javascripts/webpack/hello_world.js
- app/views/layouts/_head.html.haml 1 addition, 0 deletionsapp/views/layouts/_head.html.haml
- config/application.rb 5 additions, 0 deletionsconfig/application.rb
- config/webpack.config.js 46 additions, 0 deletionsconfig/webpack.config.js
- package.json 6 additions, 0 deletionspackage.json
Loading
| Loading
| @@ -214,6 +214,8 @@ gem 'oj', '~> 2.17.4' |
gem 'chronic', '~> 0.10.2' | ||
gem 'chronic_duration', '~> 0.10.6' | ||
gem 'webpack-rails', '~> 0.9.9' | ||
gem 'sass-rails', '~> 5.0.6' | ||
gem 'coffee-rails', '~> 4.1.0' | ||
gem 'uglifier', '~> 2.7.2' | ||
Loading
| Loading
|
app/assets/javascripts/webpack/bundle.js
0 → 100644
config/webpack.config.js
0 → 100644
Please register or sign in to comment