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

Allow building on latest stable Node.js v13.3.0 #37

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Commits on Jan 12, 2020

  1. npm i --save-dev gulp@4

    We need gulp@4 to allow building on Node.js v13.3.0. graceful-fs@3 (required by gulp@3) errors on it.
    irnc committed Jan 12, 2020
    Configuration menu
    Copy the full SHA
    125ee95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    236e535 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87f5696 View commit details
    Browse the repository at this point in the history
  4. Restore default and deploy tasks

    - Replace removed private gulp.start;
    - don't use invalid empty globs;
    - remove reference to main.js, which doesn't exists;
    - set task to watch using gulp.parallel until task functions would be named.
    irnc committed Jan 12, 2020
    Configuration menu
    Copy the full SHA
    21afe1b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bd9af28 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6cc32e5 View commit details
    Browse the repository at this point in the history