Questions tagged [mimosa]

Mimosa is a build tool for JavaScript

Mimosa is a modular build tool for JavaScript, written in Node.js. It provides features like compilers for JavaScript / CSS / templates, linting, optimization, serving, RequireJS support and Live Reload built right in. Pluggable for authoring your own functionality.

Where to Start with Development?

You've got four choices, all detailed below:

  1. Start by cloning/downloading a demo application if you want something meaty.
  2. Use one of Mimosa's application skeletons if you just want a little boilerplate, some client libraries and some sample code.
  3. Start with a fresh Mimosa generated scaffold.
  4. Hook up your existing application.

Pre-Built Skeletons execute "mimosa skel:list" and see what's available

A skeleton is a small application that utilizes and configures a group of components.

Mimosa maintains a "skeleton registry" that you can pull from to start your application. From the command line execute mimosa skel:list to get a list of pre-built skeletons.

18 questions
0
votes
1 answer

What is the best way to customize a Bootstrap-less file in Mimosa?

I am working on a project where I have to customize bootstrap less files. I have figured out a way to do it with Mimosa using mainOverRide and copy exclude. But its pretty sloppy. Here is the config exports.config = { "modules": [ "copy", …
floor
  • 1,519
  • 11
  • 24
0
votes
1 answer

Compile issues with Zurb Foundation in mimosa

I am trying to use Zurb-Foundation CSS framework in my Durandal JS project which uses Mimosa/sass/compass to compile sass files. With a semantic approach, I am wanting to use the Foundations sass files and use foundations mixins/classes directly in…
pghtech
  • 3,642
  • 11
  • 48
  • 73
0
votes
1 answer

Mimosa and requirejs define paths

Would anyone happen to know how to change the default define(['whatever'] path on the compiled handlebars templates? At the moment Mimosa compiles my .hbs files to a single .js file and everything works ok - except that I'm using requirejs and the…
QlliOlli
  • 637
  • 3
  • 13
  • 25
1
2