23.7.1 • Published 2 years ago

@keyrock-dev/jotun v23.7.1

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

jotun ("yoh-tun")

Web Content Pre-Processor

Why?

Cornerstone JS Framework needs html templates (Handlebars/Jinja) compiled into js. Might as well handle mjs and SCSS at the same time.

Jotun allows packages (js, css, html, and assets) to be included in other projects, to simplify distribution of web component libraries.

Development

Build-and-run the docker-compose file. No need to install npm locally (or install package dependencies) for development.

cd .docker
docker-compose build
docker-compose up

To iterate on the Builder itself (Node.js):

docker exec -it jotun_tools_1 /bin/bash
./build-client
./build-example

To iterate on the Example content:

browse to: http://localhost

Deploying Updates

To publish the latest package to NPM:

  1. Increment the version number in package.json.
  2. Commit and push to main.
23.7.1

2 years ago

23.5.1

2 years ago

23.5.0

2 years ago

23.3.1

2 years ago

23.3.2

2 years ago

23.3.27

2 years ago

23.3.29

2 years ago

23.3.28

2 years ago

2023.1.25

2 years ago

2023.1.24

2 years ago

2023.1.23

2 years ago

2023.1.22

2 years ago

2023.1.21

2 years ago

2023.1.20

2 years ago

2023.1.19

2 years ago

2023.1.18

2 years ago

2023.1.17

2 years ago

2023.1.16

2 years ago

2023.1.15

2 years ago

2023.1.10

2 years ago

2023.1.9

2 years ago

2023.1.8

2 years ago

2023.1.7

2 years ago

2023.1.6

2 years ago

2023.1.3

2 years ago

1.0.0

2 years ago