Alexander-Taran / gc2mt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reporter-dashboard

This project is bootstrapped by aurelia/new.

Start dev web server

npm start

Build the app in production mode

npm run build

It builds dist/*bundle.[hash].js, updates index.html with hashed js bundle file name. To deploy to production server, copy over both the generated index.html and all the dist/* files.

For example

index.html
dist/entry.bundle.12345.js

Copy to production root folder

root_folder/index.html
root_folder/dist/entry.bundle.12345.js

Clear tracing cache

In rare situation, you might need to run clear-cache after upgrading to new version of dumber bundler.

npm run clear-cache

index.html

index.html is generated from _index.html every time npm run build runs. It is handled by dumber's onManifest() option, check gulpfile.js for details.

About

License:MIT License


Languages

Language:JavaScript 62.6%Language:TypeScript 29.6%Language:HTML 6.7%Language:CSS 1.2%