generator-chisel icon indicating copy to clipboard operation
generator-chisel copied to clipboard

Chisel is a development framework for creating easy to maintain and fast WordPress websites.

Results 64 generator-chisel issues
Sort by recently updated
recently updated
newest added

Hey, I'm playing around with Gutenberg lately and it's not easy to make it work with Chisel. There's an official npm package: https://www.npmjs.com/package/@wordpress/scripts. Not sure how hard would it be...

Is something like that possible? It's a bit annoying that lint CSS and lint JS run every time even when commit doesn't update any JS/CSS files. Not a high priority,...

enhancement

Hey :) As I was recently working with Chisel on a bigger project I've noticed two small adjustments I would add to the code. The "default value" adjustments could be...

There are times where FILE_NOT_REVISIONED bug may appear. Outisde of the reason for having that the information is printed in an improper place, that is the src / url attribute...

We would like to have simple way to quickly setup new users or people not familiar with Chisel. We need some kind of cross platform simple solution that would set...

enhancement

Would you be so kind to add the information on how one can load external scripts the expected way? For instance scripts that are impossible to be loaded via npm...

documentation

We've had this around but it's missing in Chisel. Basically WordPress Editor has some predefined elements, it's a good idea to create a test page during theme development to check...

Hey, After adding a Google Font using ```php add_action( 'wp_enqueue_scripts', function () { wp_enqueue_style( 'google-fonts', 'https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,600,600i,700,700i' ); } ); ``` I have noticed that the security function that should remove...

bug

When working with assets in dev mode, assets task should: - [x] copy new files added to `src/assets/fonts` and `src/assets/images`, not just those added to the root folder `src/assets` -...

bug

Once we have functionality plugin we could implement local JSON for ACF - https://www.advancedcustomfields.com/resources/local-json/ to that. Notes from discussion: - set custom folder for saving JSON to be inside the...

enhancement