Skip to content

0.7.0

Compare
Choose a tag to compare
@jonnitto jonnitto released this 01 Aug 00:16
· 291 commits to main since this release
69aee43

✨ Features

  • Add yarn showConfig task. It shows the merged configuration from your settings in pipeline.yaml and the default values
  • Improve CLI output of the generated CSS files. This also includes the replacement of pretty-hrtime with own code, which gives you also a little bit of an speed boost
  • Better resolving of the dependencies for sass files (used in the watch mode)

🐛 Bugfix

Make the watch mode work again

⬆️ Upgrade from an older version

If you already have a previous version installed, you need to add prettyjson and remove pretty-hrtime:

yarn add --dev prettyjson
yarn remove pretty-hrtime

You also have to make the command available. Put this line inside of the scripts entry in your package.json:

"showConfig": "node Build/Carbon.Pipeline/showConfig.mjs",