4.1.0 • Published 2 years ago

@fensteranalytics/jotun v4.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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 --monitor

The 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 up

browse 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
4.1.0

2 years ago

4.0.0

2 years ago

3.1.0

2 years ago

3.0.0

2 years ago

2.0.0

2 years ago

1.2.0

3 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago