Open nielslange opened 4 years ago
LGTM! The only extra thing I've done with others is add a readme.md
Update - ignore me - you have an issue for adding a readme https://github.com/woocommerce/storefront-homepage-contact-section/issues/15
LGTM! The only extra thing I've done with others is add a readme.md
Update - ignore me - you have an issue for adding a readme #15
I'll make a note to #15 to add the NPM commands to the README.md. I also added README.md to all SF child themes that haven't had one yet and will add the NPM commends to these files as well.
Note to self bump tested up to tag
Fixes #11
Add build tools to generate CSS and translations files.
Screenshots
n/a
How to test the changes in this Pull Request:
npm i
to install all dependencies → Dependencies should be installednpm run build
to build the extension → The filestorefront-homepage-contact-section.zip
should be created in rootnpm run build:dev
to render JS and SCSS files → The filesassets/css/style.css
,assets/css/style.css.map
&assets/css/style.min.css
will be renderednpm run start
to watch SCSS changes → Ifsrc/css/style.scss
will be changes, the filesassets/css/style.css
,assets/css/style.css.map
&assets/css/style.min.css
will be renderednpm run watch
to watch SCSS changes → Ifsrc/css/style.scss
will be changes, the filesassets/css/style.css
,assets/css/style.css.map
&assets/css/style.min.css
will be renderednpm run js
to render JS files → As this repo does not contain JS files, this will not deliver a resultnpm run css
to render SCSS files → The filesassets/css/style.css
,assets/css/style.css.map
&assets/css/style.min.css
will be renderednpm run makepot
to render the POT file → The filelanguages/storefront-homepage-contact-section.pot
will be renderedChangelog
Tests
n/a