File writer for aster.
This module is part of aster and is available via aster.dest
.
You use it in build scripts whenever you want to generate and write out processed files into folder:
var aster = require('aster'); aster.src([ '**/*.js', '!node_modules/**' ]) .map(plugin1(optionsForPlugin1)) .map(plugin2(optionsForPlugin2)) // ... .map(aster.dest('dist', {sourceMap: true})) .subscribe(aster.runner);
Type: Rx.Observable
<{path: string, contents: string}>
Type: String
Destination folder.
Type: Object
aster-generate/escodegen code generation options.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4