4.1.0 • Published 3 years ago
@fensteranalytics/jotun v4.1.0
jotun ("yuh-tune")
Web Framework
Preprocessor Dev via Command Line
sudo npm install
cd example
sudo node ../index.js --src ./src --int ./intermediate --dest ./www/dist --monitorThe optional monitor flag keeps the process alive to watch for src file changes.
Development
For testing the builder and iterating on the Jotun client library and Example application.
cd .docker
docker-compose build
docker-compose upbrowse to: http://localhost
Deploying Updates
If not already logged in:
npm login
Increment the version number in package.json
npm publish --access public
Upgrading Node.js
sudo npm install -g n
sudo n stable