Blog

ColdBox Elixir v3 Released

Eric Peterson January 21, 2019

Spread the word

Eric Peterson

January 21, 2019

Spread the word


Share your thoughts

After a lot of betas, we are happy to announce that ColdBox Elixir v3 is officially released! You can install it today via NPM:

npm install --dev coldbox-elixir

If you are still using ColdBox Elixir v2 this is a substantial upgrade switching from Gulp to Webpack. This brings major speed improvements to ColdBox Elixir as well as opening up access to the entire Webpack ecosystem.

While there have been some major changes to the API, the spirit of ColdBox Elixir remains the same. ColdBox Elixir provides a clean UI for configuring Webpack. It simplifies some common use cases like compiling styles and copying files. This is an example of compiling some javascript using Vue single-file components.

const elixir = require("coldbox-elixir");

module.exports = elixir(mix => {
    mix.vue("app.js");
});

Get an idea of what else you can do by checking out the docs.

ColdBox Elixir accounts for the 80% use case and fits in great with ColdBox conventions. If you find you are needing to modify the configuration a lot, you might be better suited with a different alternative. There's no problem with that. Your app may be better served by making a single-page app (SPA) that consumes a ColdBox-driven API. Use the right tool for your use case.

All the docs have been updated for the new version. You will want to especially check out the migration guide.

Good luck and happy bundling!

Add Your Comment

Recent Entries

A Year in Review - BoxLang 2024 Recap!

A Year in Review - BoxLang 2024 Recap!

BoxLang has come a long way since its beta release, and we're thrilled to share the incredible progress made so far. From its initial launch to the upcoming stable version, BoxLang has been evolving with new features, tools, and a growing ecosystem, all aimed at empowering modern developers.In this recap, we’ll highlight the milestones and advancements that have shaped BoxLang’s journey to this point. Let’s take a look at what we’ve achieved and what’s coming next!

Maria Jose Herrera
Maria Jose Herrera
January 03, 2025
Partner with BoxLang and Ortus at Into the Box 2025: Empowering the Future of Modern Software Development!

Partner with BoxLang and Ortus at Into the Box 2025: Empowering the Future of Modern Software Development!

At Ortus Solutions, we’ve always been at the forefront of innovation in the ColdFusion ecosystem. From pioneering modern ColdFusion practices to developing cutting-edge tools and frameworks, we’ve been passionate to help and sup[port the community into shaping the future of web development.That’s why we decided to build BoxLang, our new JVM programming language that not only builds on the strengths of ColdFusion but takes modern software development to the next level.

Maria Jose Herrera
Maria Jose Herrera
December 23, 2024