Combine gulp task and npm run build with package.json

0 votes
224 views
added Nov 23, 2017 in NPM by LC Marshal Captain (25,790 points)

  "scripts": {
    "dev": "node build/dev-server.js",
    "start": "npm run dev",
    "build": "gulp css && node build/build.js",

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...