How to use the scss function from child_process
Find comprehensive JavaScript child_process.scss code examples handpicked from public code repositorys.
43 44 45 46 47 48 49 50 51 52 53
Convert to HTML with Marked */ outputFile = require('marked')(outputFile); /* Add animations from animations.scss. */ let animations = require('child_process').execSync("sass --style compressed ./scss/animations.scss"); /* Find the <code> elements and syntax-highlight their contents.
0
0
1
+ 2 other calls in file
child_process.execSync is the most popular function in child_process (240 examples)