Skip to content

Twinski/browserifyski

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Browserifyski

Use Browserify + Watch at ease. It's a breeze!

Install

With npm do:

npm install browserifyski

Usage

var browserifyski = require('browserifyski');
browserifyski(
	[{
		source: './assets/app.js',
		output_dir: './assets/js',
		output: 'app.bundle.js',
		min: true
	}],
	{
		min: false
	}
);

browserifyski takes two arguments:

  • files array
  • general options

min stands for minify the min option in the files-array overrides the min option in the general options in case you want to override it for single files

About

Browserify + watch

Resources

Stars

Watchers

Forks

Packages

No packages published