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

Replace gulp.js with npm scripts #28

Merged

Commits on Jan 7, 2018

  1. Replace gulp.js with npm scripts

    "gulp.js" (1) is meant to be used as streaming build tool for larger
    projects with many tasks to combine them to a simple workflow. Nord Hyper
    is a small project with only one build /development task where gulp.js is
    more overhead / too heavy weight.
    
    The "lint" task should be replaced with a simple npm script command to run "eslint".
    
    References:
    
      (1) https://gulpjs.com
    
    GH-27
    arcticicestudio committed Jan 7, 2018
    Configuration menu
    Copy the full SHA
    8d905f3 View commit details
    Browse the repository at this point in the history