Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bundle using Webpack #4692

Merged
merged 50 commits into from
Aug 1, 2018
Merged

Bundle using Webpack #4692

merged 50 commits into from
Aug 1, 2018

Commits on Jul 18, 2018

  1. try webpack

    OmgImAlexis committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    e372d42 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2018

  1. ignore dist

    OmgImAlexis committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    0db1368 View commit details
    Browse the repository at this point in the history
  2. remove dist files

    OmgImAlexis committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    e07cd20 View commit details
    Browse the repository at this point in the history
  3. fix type checking

    OmgImAlexis committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    4cac4ae View commit details
    Browse the repository at this point in the history
  4. lint

    OmgImAlexis committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    ea6a194 View commit details
    Browse the repository at this point in the history
  5. add webpack to gulp

    OmgImAlexis committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    5e3abbe View commit details
    Browse the repository at this point in the history
  6. sync themes

    OmgImAlexis committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    8db6030 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f46f5e5 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2018

  1. Configuration menu
    Copy the full SHA
    97d001c View commit details
    Browse the repository at this point in the history
  2. Fix assets

    sharkykh committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    85474f8 View commit details
    Browse the repository at this point in the history
  3. Fix x-template components

    Don't register components twice.
    sharkykh committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    cc828b0 View commit details
    Browse the repository at this point in the history
  4. Fix toggle button

    sharkykh committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    dc3b0a8 View commit details
    Browse the repository at this point in the history
  5. Fix AsyncComputed

    sharkykh committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    a500a3d View commit details
    Browse the repository at this point in the history
  6. Enable Vue-DevTools

    sharkykh committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    130b075 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e3a2065 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3eba342 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2018

  1. Configuration menu
    Copy the full SHA
    9966f30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c33f77f View commit details
    Browse the repository at this point in the history
  3. Remove unused libraries

    - api.js
    - router.js
    - store.js
    
    - axios
    - http-vue-loader
    - vue
    - vue-async-computed
    - vue-in-viewport-mixin
    - vue-js-toggle-button
    - vue-meta
    - vue-native-websocket
    - vue-router
    - vuex
    sharkykh committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    d29bb92 View commit details
    Browse the repository at this point in the history
  4. Move Snotify to webpack

    sharkykh committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    ab96922 View commit details
    Browse the repository at this point in the history
  5. Remove unused vendors files

    sharkykh committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    84605c7 View commit details
    Browse the repository at this point in the history
  6. Fix VueMeta

    sharkykh committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    653c1d4 View commit details
    Browse the repository at this point in the history
  7. Fix apibuilder

    sharkykh committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    227d94a View commit details
    Browse the repository at this point in the history
  8. Update gulpfile

    sharkykh committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    0f98e3d View commit details
    Browse the repository at this point in the history
  9. Webpack optimization

    sharkykh committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    e866a8c View commit details
    Browse the repository at this point in the history
  10. Fix notification from store

    sharkykh committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    f3a8bd1 View commit details
    Browse the repository at this point in the history
  11. Add ?${sbPID}

    sharkykh committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    049a833 View commit details
    Browse the repository at this point in the history
  12. Update changelog

    sharkykh committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    4fa70c3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7dd9f76 View commit details
    Browse the repository at this point in the history
  14. Update script

    sharkykh committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    22c2490 View commit details
    Browse the repository at this point in the history
  15. fix cp not running

    OmgImAlexis committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    5597b76 View commit details
    Browse the repository at this point in the history
  16. Fix optimization

    sharkykh committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    3fe8057 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2a10205 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2018

  1. add cp to webpack

    OmgImAlexis committed Jul 28, 2018
    Configuration menu
    Copy the full SHA
    6ee5539 View commit details
    Browse the repository at this point in the history
  2. add vue-loader

    OmgImAlexis committed Jul 28, 2018
    Configuration menu
    Copy the full SHA
    b7cb19b View commit details
    Browse the repository at this point in the history
  3. pin deps

    OmgImAlexis committed Jul 28, 2018
    Configuration menu
    Copy the full SHA
    b8fa67c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e144fc3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d1913fb View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2018

  1. Configuration menu
    Copy the full SHA
    ef251b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6c7b0b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c709c0b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2344421 View commit details
    Browse the repository at this point in the history
  5. Remove webpack-stream

    sharkykh committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    cbb82b8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6bc2deb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eff86d6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bccf95c View commit details
    Browse the repository at this point in the history
  9. remove globby (unused)

    sharkykh committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    d2c14d5 View commit details
    Browse the repository at this point in the history
  10. upgrade webpack

    sharkykh committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    fab69f4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    56f6676 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    99a464b View commit details
    Browse the repository at this point in the history