|
|
|
@ -1,19 +1,28 @@
|
|
|
|
|
# gulp-browser
|
|
|
|
|
browserify and other goodies for gulp
|
|
|
|
|
|
|
|
|
|
### Status
|
|
|
|
|
[](https://gitlab.com/pushrocks/gulp-browser/commits/master)
|
|
|
|
|
## Availabililty
|
|
|
|
|
[](https://www.npmjs.com/package/gulp-browser)
|
|
|
|
|
[](https://GitLab.com/pushrocks/gulp-browser)
|
|
|
|
|
[](https://github.com/pushrocks/gulp-browser)
|
|
|
|
|
[](https://pushrocks.gitlab.io/gulp-browser/)
|
|
|
|
|
|
|
|
|
|
## Status for master
|
|
|
|
|
[](https://GitLab.com/pushrocks/gulp-browser/commits/master)
|
|
|
|
|
[](https://GitLab.com/pushrocks/gulp-browser/commits/master)
|
|
|
|
|
[](https://www.npmjs.com/package/gulp-browser)
|
|
|
|
|
[](https://david-dm.org/pushrocks/gulp-browser)
|
|
|
|
|
[](https://www.bithound.io/github/pushrocks/gulp-browser/master/dependencies/npm)
|
|
|
|
|
[](https://www.bithound.io/github/pushrocks/gulp-browser)
|
|
|
|
|
[](https://codecov.io/github/pushrocks/gulp-browser?branch=master)
|
|
|
|
|
[](https://nodejs.org/dist/latest-v6.x/docs/api/)
|
|
|
|
|
[](https://nodejs.org/dist/latest-v6.x/docs/api/)
|
|
|
|
|
[](http://standardjs.com/)
|
|
|
|
|
|
|
|
|
|
### Usage
|
|
|
|
|
gulp-browser is meant to be easy:
|
|
|
|
|
## Usage
|
|
|
|
|
Use TypeScript for best in class instellisense.
|
|
|
|
|
|
|
|
|
|
#### Browserify:
|
|
|
|
|
```typescript
|
|
|
|
|
```javascript
|
|
|
|
|
let gulp = require("gulp");
|
|
|
|
|
let gulpBrowser = require("gulp-browser");
|
|
|
|
|
|
|
|
|
@ -34,18 +43,8 @@ gulp-browser is meant to be easy:
|
|
|
|
|
|
|
|
|
|
> **Note:** Be aware of how gulp.src creates values of file.base and file.path since that is important to the require statements.
|
|
|
|
|
|
|
|
|
|
### Dev Information:
|
|
|
|
|
[](https://david-dm.org/pushrocks/gulp-browser#info=devDependencies)
|
|
|
|
|
[](https://www.bithound.io/github/pushrocks/gulp-browser/master/dependencies/npm)
|
|
|
|
|
|
|
|
|
|
### Extending this module
|
|
|
|
|
If you have ideas for other great browser related gulp pipe stops, feel free to raise an issue on GitHub.
|
|
|
|
|
|
|
|
|
|
### Contributors
|
|
|
|
|
* [Phil Kunz](https://github.com/philkunz)
|
|
|
|
|
* [Steffan Donal](https://github.com/SteffanDonal)
|
|
|
|
|
|
|
|
|
|
### About the maintainer:
|
|
|
|
|
[](https://lossless.com/)
|
|
|
|
|
|
|
|
|
|
[](https://paypal.me/lossless)
|
|
|
|
|
[](https://push.rocks)
|
|
|
|
|