-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rewrite with Webpack #465
Comments
@jakub300 tested it on Windows and works nicely for me. |
This is awesome news! Good job guys - Did you also take a look at Laravel mix? Going to try it out |
@jakub300 I tried to generate project on Win10 and got error when database should be created: |
Hi there
After the Database Setup i got some errors like that:
So the command php was not found. |
@marziolek @spy15 thank you for trying new Chisel and for the reports. @jakub300 can you take a look at those issues when you have time? Thanks |
What do you guys think about Laravel Mix ? I have already used it with other custom themes and found it very easy to setup and extend to my needs. |
I also encountered this issue. Did you find a solution? |
I didn't have that issue since last time. You should check your local setup, node version, mysql etc. |
@anatter could you please check if you are not on npm v6 like described here #495 (comment)? Upgrading npm or using yarn should help. If not, let us know. Thanks |
Installation and Testing
Documentation
Documentation of the new version.
List below is WiP
Existing Chisel Features
Ready
yarn chisel-scripts wp-config
)yarn wp
)yarn add-page
)In Progress
To Do
On Hold
New Features
Ready
assetPath
in twig andurl('~assets/...')
in CSS and JS).chisel.config.js
(NOT Gutenberg integration).babel.config.js
).yarn chisel-scripts inspect
)url('~assets/images/something.svg?inline')
. SVGO should be automatically applied during minification (not verified).In Progress
To Do
The text was updated successfully, but these errors were encountered: