biotope-build
biotope-build copied to clipboard
Biotope Build Framework
The current build can compile sass on it's own. vNext just bundles sass.
Using biotope-build version 0.6.2 or 7.0.0 or 7.1.0, I always get this error: ``` [12:13:50] Starting 'useref:assets'... [12:13:50] Starting 'image:resources:dist'... [12:13:50] Starting 'image:component:dist'... [12:13:50] Starting 'favicons'... [12:13:50] gulp-imagemin: Minified 0...
in a project, we have svg icons in /src/resources/icons/ and they are converted to an iconfont with task "iconfont". However if the task "svgSprites" is also enabled (which is the...
Itβs am reminder to think about if we need typeof for symbols, because babel 7 transpiles that quite complicated: https://github.com/WebReflection/drop-babel-typeof
the build currently does not produce d.ts files. When using an npm package produces by biotope-build, It is therefore not possible for tsc to check whether `props` is set correctly.
Because we're using gulp 3, the biotope/build is broken for node 12 and up. Let's keep an eye on possible solutions in order to get that working again. For reference:...
Hi π i would like to propose a change on how we use variables for fonts, sizes, colors... basically everything that does not use complicated math functions from SASS. Status...