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
显示
- .eslintignore 2 个添加, 1 个删除.eslintignore
- Gemfile 2 个添加, 0 个删除Gemfile
- Gemfile.lock 3 个添加, 0 个删除Gemfile.lock
- Procfile 1 个添加, 0 个删除Procfile
- app/assets/javascripts/webpack/bundle.js 1 个添加, 0 个删除app/assets/javascripts/webpack/bundle.js
- app/assets/javascripts/webpack/hello_world.js 3 个添加, 0 个删除app/assets/javascripts/webpack/hello_world.js
- app/views/layouts/_head.html.haml 1 个添加, 0 个删除app/views/layouts/_head.html.haml
- config/application.rb 5 个添加, 0 个删除config/application.rb
- config/webpack.config.js 46 个添加, 0 个删除config/webpack.config.js
- package.json 6 个添加, 0 个删除package.json
加载中
想要评论请 注册 或 登录