Replace sprockets/browserify with Webpack (#2617)
* Replace browserify with webpack * Add react-intl-translations-manager * Do not minify in development, add offline-plugin for ServiceWorker background cache updates * Adjust tests and dependencies * Fix production deployments * Fix tests * More optimizations * Improve travis cache for npm stuff * Re-run travis * Add back support for custom.scss as before * Remove offline-plugin and babili * Fix issue with Immutable.List().unshift(...values) not working as expected * Make travis load schema instead of running all migrations in sequence * Fix missing React import in WarningContainer. Optimize rendering performance by using ImmutablePureComponent instead of React.PureComponent. ImmutablePureComponent uses Immutable.is() to compare props. Replace dynamic callback bindings in <UI /> * Add react definitions to places that use JSX * Add Procfile.dev for running rails, webpack and streaming API at the same time
Showing
- .babelrc 20 additions, 2 deletions.babelrc
- .foreman 1 addition, 0 deletions.foreman
- .gitignore 3 additions, 1 deletion.gitignore
- .postcssrc.yml 4 additions, 0 deletions.postcssrc.yml
- .travis.yml 3 additions, 4 deletions.travis.yml
- Dockerfile 7 additions, 8 deletionsDockerfile
- Gemfile 12 additions, 16 deletionsGemfile
- Gemfile.lock 11 additions, 32 deletionsGemfile.lock
- Procfile.dev 3 additions, 0 deletionsProcfile.dev
- app/assets/javascripts/application.js 0 additions, 15 deletionsapp/assets/javascripts/application.js
- app/assets/javascripts/application_public.js 0 additions, 9 deletionsapp/assets/javascripts/application_public.js
- app/assets/javascripts/components.js 0 additions, 15 deletionsapp/assets/javascripts/components.js
- app/assets/javascripts/components/features/compose/components/autosuggest_status.jsx 0 additions, 15 deletions...onents/features/compose/components/autosuggest_status.jsx
- app/assets/javascripts/components/locales/hu.jsx 0 additions, 57 deletionsapp/assets/javascripts/components/locales/hu.jsx
- app/assets/javascripts/components/locales/index.jsx 0 additions, 57 deletionsapp/assets/javascripts/components/locales/index.jsx
- app/assets/javascripts/components/locales/uk.jsx 0 additions, 57 deletionsapp/assets/javascripts/components/locales/uk.jsx
- app/assets/stylesheets/.gitkeep 0 additions, 0 deletionsapp/assets/stylesheets/.gitkeep
- app/assets/stylesheets/fonts/montserrat.scss 0 additions, 11 deletionsapp/assets/stylesheets/fonts/montserrat.scss
- app/assets/stylesheets/fonts/roboto-mono.scss 0 additions, 12 deletionsapp/assets/stylesheets/fonts/roboto-mono.scss
- app/assets/stylesheets/fonts/roboto.scss 0 additions, 52 deletionsapp/assets/stylesheets/fonts/roboto.scss
Loading
Please register or sign in to comment