[UPDATE] README

This commit is contained in:
Tony Air 2018-04-21 11:12:41 +07:00
parent f9fd446bf6
commit 042d368c3d
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ Checkout files at /site/ folder for details
+ You can use /site/_config/webpack.yml to setup webpack server parameters which will be used by webpack server and by SilverStripe to serve static content
+ You can use WebpackJS('file-name') and WebpackCSS('file-name') functions at templates to require JS and CSS. It will be served using static files or by using Webpack if the website in development mode and Webpack server is running
+ WebpackTemplateProvider::WebpackJS('file-name') and WebpackTemplateProvider::WebpackCSS('file-name') can be used at php area
+ All images will be optimised at /site/src/img and will be written to /site/client/img (by default)
+ Favicons will be generated at /site/client/icons using /site/src/favicon.png
+ All images will be optimised at /site/client/src/img and will be written to /site/client/dist/img (by default)
+ Favicons will be generated at /site/client/dist/icons using /site/src/favicon.png
+ Folder /site/client/src/js/types is used to create page specific JS (just create JS file there and it will be compiled)
+ Folder /site/clent/src/scss/types is used to create page specific CSS (just create SCSS file there and it will be compiled)
+ Automatic linting (JS+SCSS)