@vandalsquad/studio
v0.1.0
Published
Vandalsquad studio environment project.
Maintainers
Readme
uix
Minimalistic front-end framework for modern web applications.
uix/dist/
├─ css/
│ ├─ uix.css
│ └─ uix.min.css
└─ js/
├─ uix.js
└─ uix.min.jsAutomation
Building SCSS
$ npm run scss-build [--in][-i] [--out][-o] [--name][-N]| Parameter | Short | Default | Description
| --------- |:-----:|:------------------------------ |:-----------
| --in | -i | "./src/scss/uix.{sass,scss}" | Holds the input file Glob pattern passed to the gulp job
| --out | -o | "./dist/css" | Holds the output directory path for the compiled files
| --name | -N | "uix" | Holds the output filename
Building TypeScript
$ npm run ts-build [--in][-i] [--out][-o] [--name][-N]| Parameter | Short | Default | Description
| --------- |:-----:|:-------------------- |:-----------
| --in | -i | "./src/ts/**/*.ts" | Holds the input file glob pattern passed to the gulp job
| --out | -o | "./dist/js" | Holds the output directory path for the compiled files
| --name | -N | "uix" | Holds the output filename
WATCH OUT
The build output extension will always be resolved automatically. Including the minified file suffix min!
This consists for any automatically generated file along all common gulp jobs!
