craft icon indicating copy to clipboard operation
craft copied to clipboard

nystudio107 Craft 3 CMS scaffolding project

Results 9 craft issues
Sort by recently updated
recently updated
newest added

### 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`...

bug

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

question

* 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...

bug