Info |
---|
Particaly outdated! See git README.md to start with webpack encore. |
Introduction
Our approach is to build the new frontend in a component-oriented way (eg.: header, main, footer, cache-list, s.o.) to prevent duplicate styling and html.
...
web/ (contains the compiled css and javascript files build by grunt or symfony command)
YARN
You can find all important things to know about Yarn on following website: https://yarnpkg.com.
Yarn is a different CLI client for the npm registry.
To read about why we use yarn instead of npm see https://www.sitepoint.com/yarn-vs-npm/.
SCSS
You can find all important things to know about SCSS on following website: http://sass-lang.com.
...