New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

laravel-elixir-browserify-official

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

laravel-elixir-browserify-official

Laravel Elixir Browserify Integration

0.1.3
latest
npm
Version published
Weekly downloads
233
60.69%
Maintainers
1
Weekly downloads
 
Created
Source

Laravel Elixir Browserify Support

Step 1: Install

npm install laravel-elixir-browserify-official --save-dev

Step 2: Use It

// Gulpfile.js

var elixir = require('laravel-elixir');

require('laravel-elixir-browserify-official');

elixir(function(mix) {
    mix.browserify('main.js'); // src, output, baseDir, browserify-options
});

Keywords

laravel

FAQs

Package last updated on 05 Jul 2016

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