Socket
Book a DemoInstallSign in
Socket

aster-concat

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aster-concat

Concatenate scripts with aster.

latest
Source
npmnpm
Version
1.1.1
Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

aster-concat

NPM version Build Status

Concatenate scripts with aster.

Usage

First, install aster-concat as a development dependency:

npm install --save-dev aster-concat

Then, add it to your build script:

var aster = require('aster');
var concat = require('aster-concat');

aster.src('src/**/*.js')
.map(concat('output.js'))
.map(aster.dest('dist'))
.subscribe(aster.runner);

API

concat(fileName)

fileName

Type: String Default: 'built.js'

Name of output file.

License

MIT License

Keywords

aster-plugin

FAQs

Package last updated on 27 Sep 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts