From f538e29a018976fb0cc9db079f109f09027eb05c Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Wed, 20 Dec 2017 14:29:30 +0200 Subject: [PATCH] Script updates --- scripts/web-script.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/web-script.js b/scripts/web-script.js index 9c96dcb77..0ea89f4ee 100644 --- a/scripts/web-script.js +++ b/scripts/web-script.js @@ -1,10 +1,11 @@ /* - This is the builder script that generates the README file. - Run using `npm run builder`. + This is the web builder script that generates the README file. + Run using `npm run webber`. */ // Load modules const fs = require('fs-extra'), path = require('path'), chalk = require('chalk'), md = require('markdown-it')(); +// Compile the mini.css framework and custom CSS styles, using `node-sass`. const sass = require('node-sass'); sass.render({ file: path.join('docs','mini','flavor.scss'),