Skip to content
master
Go to file
Code
This branch is 1 commit behind knewter:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

README.md

ElixirScript Brunch Plugin

This plugin for brunch adds support for ElixirScript files.

npm install --save elixirscript-brunch

It will look for files with the extensions ex, exs, or exjs in your watched paths

It depends on the elixirscript binary being in your path. For more information check here: elixirscript

elixirscript-brunch relies on the following options:

plugins: {
  ...
  elixirscript: {
    inputFolder: "my/exjs/code/path",
    outputFolder: "my/output/path",
    format: "umd",
    jsModules: [
      ["React", "react"]
    ]
  }
}

inputFolder (optional): This is the folder that your elixirscript code is located. Defaults to current working directory

outputFolder (optional): This is the folder that the output will end up in. Defaults to 'js' folder in paths.public

format (optional): The module format of the output. Defaults to "umd"

jsModules (optional): A list of JavaScript modules used

About

No description, website, or topics provided.

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.