WPGulp icon indicating copy to clipboard operation
WPGulp copied to clipboard

Adjust WPGulp workflow for modern Gutenberg theme development

Open seanrasmussen opened this issue 4 years ago • 2 comments

I love the ease of use of WPGulp. But the assumptions about typical usage seem to be a bit outdated now. A single monolithic CSS and single JS file aren't really best practice any more. But, aside from that design decision, adding an editor style sheet for Gutenberg, using Sass partials is not part of workflow. It means I have to jerry-rig another solution to create my editor styles from the Sass partials.

I'd like to be able to generate a Gutenberg editor styles sheet based on some initial configuration that is spelled out clearly in the WPGulp documentation.

seanrasmussen avatar Apr 13 '20 14:04 seanrasmussen

@seanrasmussen have you seen this Issue? If you read the PR it's the exact solution you're looking for https://github.com/ahmadawais/WPGulp/issues/103

isvictorious avatar Jul 26 '20 00:07 isvictorious

Thanks @isvictorious ... I'll take a look at that...

seanrasmussen avatar Jul 26 '20 22:07 seanrasmussen