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

chore: update sourcemaps of distributed JS plugins #11394

Merged
merged 1 commit into from Jul 10, 2018

Commits on Jul 9, 2018

  1. chore: update sourcemaps of distributed JS plugins

    Sourcemaps for distribution main files and build JS plugins were added in foundation#11012 but distribution JS plugins were forgotten. This commit change the `deploy:plugins` gulp task to generate and copy sourcemaps for JS plugin alongside their source files.
    
    Changes:
    * Split `deploy:plugins` into `deploy:plugins:sources` and `deploy:plugins:sourcemaps`
    * Generate sourcemaps for minified plugins in `deploy:plugins:sources`
    * Copy sourcemaps for plugins to dist folder in `deploy:plugins:sourcemaps`
    ncoden committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    09a46c6 View commit details
    Browse the repository at this point in the history