BuildWith IONOS

A demo project building a static site with Jigsaw and Tailwind

This project uses php with Composer as well as webpack with nodejs

---
distFolder: build_production
setup:
- name: Setup Node.js 10.13.3
  action: actions/setup-node@v1
  properties:
    node-version: 10.13.3
- name: Setup composer
  action: php-actions/composer@v2
prepare:
  name: Prepare Project build environment
  command: npm ci
build:
  name: Build Jigsaw Tailwind
  command: npm run production
You find the source of Jigsaw - Tailwind here: