-
Hi,
when I run the template compiler i get the error:
Template:
/*\* @jsx m */
mainApp.views.dashboard.index = function( controller ) {
"use strict";
var activeGroup = mainApp.data.activeGr…
-
[Mithril framework](http://lhorie.github.io/mithril/) say that there is a [security hole](http://lhorie.github.io/mithril/comparisons/backbone.safety.html) in underscore template function. Test result…
-
Hi,
What about creating a repo which contains a set of reusable UI components? something like [Angular-UI](https://angular-ui.github.io/) or [Khan Acacdemy](http://khan.github.io/react-components/)
…
-
I am looking into the doc. It talks about using msx for the html template creation. is it possible to bind the input element/submit button to a model and associate controller to an existing form.
-
Soon we'll be building the front end for frontier, and i was just curious what approach people want to take for building the ui/ux. If we want to build something that feels more like an application th…
-
The sweet.js [template compiler](http://lhorie.github.io/mithril/optimizing-performance.html) doesn't seem to work with browserify.
Examples:
``` js
// source.js
// note that we are not requiring mi…
-
Got the following error when installing [DocPad v6.69](https://docpad.org). Btw `sudo` was used for install.
node.js:815
var cwd = process.cwd();
^
Error: EACCES, permission…
-
My template preference is full-on Handlebars, very much like what you Bitovi guys have going with [CanJS](https://github.com/bitovi/canjs).
If you feel the same, you might be interested in two projec…
-
Running "browserify:app" (browserify) task
> > Error: Cannot find module 'bootstrap' from '/Users/andriytyurnikov/Code/teleport/mithril-yo/.tmp/jsx'
> > Warning: Error running grunt-browserify. Use -…
-
- Avoids confusion with JavaScript modules
- No reason to have both terms "module" and "component" in the docs, when they are really the same thing
> Everyone else uses "component" (React, Knockout, …