Developer documentation.
To install Gulp and dependencies:
npm install
or
yarn
To compile the styles:
npm run build
or
yarn run build
And check the ./css/ directory.
To watch the ./scss/ directory and automatically compile when files are changed:
npm run watch
or
yarn run watch
Copyright (C) 2020 Acquia, Inc.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.