@graydient/generator-graydient
v1.5.0
Published
Yeoman Generator for Graydient Creative project files
Downloads
9
Readme
Graydient Generator
Internal Yeoman Generator for Graydient Creative project files.
Installation
First, you need to have Yeoman installed:
npm install --global yo
Then, install this package:
npm install --global @graydient/generator-graydient
Usage
Because of the nature of scoped packages and how Yeoman parses package names, the root command looks like this:
yo @graydient/graydient
Running this will trigger a guided prompt to initialize a project with gulp. For more information, see the docs (in Bitbucket Repo).
Release Notes:
v1.5
- Remove
shared
assets folder in favor of a default folder that can be inherited from
v1.4
- Wombat 1.7 Themes Support:
- Block generator supports creating into theme folders
- Gulp assets updated to support shared inheritable folder
v1.3
- Update to Gulp 4
v1.2
- New fields: Select
- Updated Infrastructure
- Friendly Field Names
- Custom Fields Templates
- Fine-tuned Usings Management
- .NET Core/Wombat Compatibility Updates:
- Swapped to partial tag helper over
@Html.Partial
tag - Wombat 1.6 Support for Blocks
- Added version targeting for backwards compatibility
- Swapped to partial tag helper over
- Misc/Fixes
- Updated placeholder image addresses to HTTPS
- Fixed admin CSS path (Added as site config)