ColdBox Elixir
v2.x
v2.x
  • Introduction
  • Overview
  • Changelog
  • Installation
  • Running Elixir
  • Configuration Options
  • Working With Stylesheets
  • Working With Scripts
  • Versioning Cache Busting
    • ColdBox Helper Methods
  • Mixing in tasks from ColdBox Modules
  • Copying Files & Directories
  • Deleting Files & Directories
  • Executing Command Line Binaries
  • Calling Gulp Tasks
  • Custom Watchers
  • BrowserSync
  • Vue.js Integration
  • Writing Elixir Extensions
Powered by GitBook
On this page
  • 2.0.0
  • 1.1.0
  • 1.0.0
Edit on Git

Changelog

PreviousOverviewNextInstallation

Last updated 6 years ago

2.0.0

  • Updated to stay current with Laravel Elixir 6.0.0.

  • Deprecated mix.babel() in favor of mix.browserify(), mix.webpack, mix.rollup, or similar module bundlers.

  • Nicer console output.

  • Broke out first party extensions from the core (to keep in line with Laravel Elixir 6.0.0)

  • Helpful warnings when trying to use methods provided by a first party extension.

1.1.0

  • Travis Support

  • BDD via TestBox fixes

  • Updated all dependencies to latest versions

  • Gulp tasks for compilation, tests and watchers

  • Test App additions for testing direct gulp integrations

  • If not tasks defined in the user's gulpfile, just a message is shown instead of an exception

  • Removed coffeescript support, no longer needed

  • Added new config map for appPaths to support all ColdBox conventions

  • Vueify core support view browserify for Vue.js components

  • Included a new template folder which helps setting up new elixir based projects

1.0.0

  • Initial Port to ColdBox

coldbox-elixir-browserify
coldbox-elixir-browsersync
coldbox-elixir-rollup
coldbox-elixir-stylus
coldbox-elixir-vue
coldbox-elixir-webpack