Skip to content

svef/iceweb.is

Folders and files

NameName
Last commit message
Last commit date

Latest commit

817dbe0 · Jan 7, 2019

History

79 Commits
Jan 6, 2017
Jan 6, 2017
Jan 7, 2019
Jan 6, 2017
Jan 6, 2017
Jan 6, 2017
Jan 6, 2017
Jan 6, 2017
Jan 6, 2017
Jan 11, 2018
Jan 6, 2017
Jan 6, 2017
Jan 11, 2018
Jan 6, 2017
Jan 6, 2017

Repository files navigation

svef.is

Build Status (master) Build Status (develop) GitHub Release

Quick start

These are the available scripts

Run local dev environment

npm run dev
  supervisor --watch gulp,gulpfile.js --no-restart-on exit --quiet --exec gulp server

Run lint

npm run lint
  eslint .

Run tests

npm run test
  nyc ava

Run tests on every change

npm run test-dev
  supervisor --quiet --watch test,src/scripts --no-restart-on exit --exec npm -- run test --silent

Single static build

npm run build
  gulp build