craft
craft copied to clipboard
nystudio107 Craft 3 CMS scaffolding project
Broken URL, updated
### Describe the bug When working with a project that uses a version controlled `package-lock.json` file `make dev` will not cause `npm_install.sh` to run `npm install` because the directory `node_modlues`...
Check if node_modules is empty or does not exist instead of just does not exist. ### Description Checking if the directory is empty allows the container to know it needs...
Trying to go the native route of Twig and Craft and came across your Cookies macro. Unfortunately I cannot get the cookie to persist on the page load. The cookie...
Fixes #82
* Update article URL (broken link) * `Element` instead of `body` based on https://github.com/nystudio107/devmode/blob/develop/cms/templates/_boilerplate/_partials/tab-handler.twig
Unregister any lingering Service Workers based on https://github.com/nystudio107/devmode/blob/develop/cms/templates/_boilerplate/_partials/register-service-worker.twig
### Description `spaceles` should wrap the main code and everything that under top comment. Based on: https://nystudio107.com/blog/an-effective-twig-base-templating-setup#project-global-variables-twig
### Describe the bug On a freshly spun up project, the `http://localhost:300/src/js/app.ts` won't load and throws a 500 error on Chrome. On Firefox, the console warning attributes the issue to...