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

Current Single-File Gulp Tasks Using v3.9.0 Now Using Multi-File Scaffold Using v4.0.0 #4

Merged
merged 5 commits into from
Feb 10, 2019

Commits on Feb 10, 2019

  1. Configuration menu
    Copy the full SHA
    6b2e3f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1481283 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f7e877 View commit details
    Browse the repository at this point in the history
  4. Update package-lock.json

    code-warrior committed Feb 10, 2019
    Configuration menu
    Copy the full SHA
    234e960 View commit details
    Browse the repository at this point in the history
  5. Convert Gulp Logic From 3.9.0 ➔ 4.0.0

    The original Gulp tasks were all included in one file, gulpfile.js. In this v4.0.0
    version, each task has been broken out into its own file using ESNext syntax and
    loaded via index.js.
    code-warrior committed Feb 10, 2019
    Configuration menu
    Copy the full SHA
    2d9b431 View commit details
    Browse the repository at this point in the history