Open petrillek opened 5 years ago
Work in progress in branch 76-frontend-workflow
.
All DS components were added to packege json with semver versions so we are more able to control the flow of updates from DS. Also added Pancake directly to package.json as there was a bug after they removed sass-versioning. The branch has been merged to 8.x-1.x-dev – it needs to serve as base for components update.
As a developer I need an easy to use and consistent workflow.
Implementation
gulp
andgulp dev
with npm.npm ci
(https://docs.npmjs.com/cli/ci.html). There were a change innpm install
, which always updates both package.json and package-lock.json, which can have undersired consequences. Withci
it behaves more like we are used to with composer lock files.