UNPKG

systemjs-cachebuster

Version:

Patches SystemJS loader with a cache buster query string

9 lines (5 loc) 189 B
var shell = require('shelljs'); var open = require('open'); shell.exec("gulp postinstall"); shell.exec('node server.js', {async:true}); open('http://localhost:3000/index.html');