Script updates

This commit is contained in:
Angelos Chalaris
2017-12-20 14:29:30 +02:00
parent a778b56312
commit f538e29a01

View File

@ -1,10 +1,11 @@
/* /*
This is the builder script that generates the README file. This is the web builder script that generates the README file.
Run using `npm run builder`. Run using `npm run webber`.
*/ */
// Load modules // Load modules
const fs = require('fs-extra'), path = require('path'), chalk = require('chalk'), const fs = require('fs-extra'), path = require('path'), chalk = require('chalk'),
md = require('markdown-it')(); md = require('markdown-it')();
// Compile the mini.css framework and custom CSS styles, using `node-sass`.
const sass = require('node-sass'); const sass = require('node-sass');
sass.render({ sass.render({
file: path.join('docs','mini','flavor.scss'), file: path.join('docs','mini','flavor.scss'),