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

laravel-elixir-coffeescript

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

laravel-elixir-coffeescript

Laravel Elixir CoffeeScript Support

1.0.2
latest
Source
npm
Version published
Maintainers
1
Created
Source

Laravel Elixir CoffeeScript Support

This extension supports Laravel Elixir v6 and up. For older versions, CoffeeScript support was already baked in.

Step 1: Install

npm install laravel-elixir-coffeescript --save-dev

Step 2: Use It

// Gulpfile.js

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

elixir(function(mix) {
    // Examples:

    mix.coffee('app.coffee');

    mix.coffee('app.coffee', 'public/output');

    mix.coffee('app.coffee', 'public/output/file.js');

    // https://github.com/wearefractal/gulp-coffee#options
    mix.coffee('app.coffee', 'public/output/file.js', options);
});

Step 3: None. You're Done.

Keywords

laravel

FAQs

Package last updated on 01 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