23.7.1 • Published 10 months ago

@keyrock-dev/jotun v23.7.1

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
10 months 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

10 months ago

23.5.1

12 months ago

23.5.0

12 months ago

23.3.1

1 year ago

23.3.2

1 year ago

23.3.27

1 year ago

23.3.29

1 year ago

23.3.28

1 year ago

2023.1.25

1 year ago

2023.1.24

1 year ago

2023.1.23

1 year ago

2023.1.22

1 year ago

2023.1.21

1 year ago

2023.1.20

1 year ago

2023.1.19

1 year ago

2023.1.18

1 year ago

2023.1.17

1 year ago

2023.1.16

1 year ago

2023.1.15

1 year ago

2023.1.10

1 year ago

2023.1.9

1 year ago

2023.1.8

1 year ago

2023.1.7

1 year ago

2023.1.6

1 year ago

2023.1.3

1 year ago

1.0.0

1 year ago