Huge News!Announcing our $40M Series B led by Abstract Ventures.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
  • Socket score

Version published
Weekly downloads
272
increased by114.17%
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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc