mrft
mrft
It works without webpack. After that I realized that this might work with webpack then (and it does): `require('mikado/dist/mikado.min.js');` That feels a little bit strange, but it gets the job...
Well, I am happily using https://github.com/angular-ui/ui-sortable now, and everything works as expected. So I couldn't say what would happen removing 'track by'. 2015-10-08 16:42 GMT+02:00 Oren Farhi [email protected]: > @mrft...
@jarble would it be possible to do what you want by using `& { ... }` ``` Integer = x:$(.*) & { return (/[0-9]+/).test(x) } { return parseInt(x, 10); }...
I am trying to use xmllint.js in the browser for validation, but I cannot find a clear explanation on how this should be done in the readme. This seems related,...
What do you mean by command-line lessify? (Also the css file is not mine, it is a part of an npm module, ngDialog.)
https://github.com/likeastore/ngDialog/blob/master/css/ngDialog.css I installed it through npm then require( 'ng-dialog/css/ngDialog.css' )
Oops, sorry my bad Seems the setup wasn't correct on this project (was convinced I had require'd other css files already).
Hmm, I closed this a bit prematurely. This is my command: browserify -t node-lessify -t stringify web/js/app/index.js -o web/browserified/app.js which is run from an npm script (so I would typically...
@vdmokstati Is there any information anywhere about this 'Spout' project? I would also be interested to see how they solve things, or if they have similar questions as we do...
Since I stopped developing this further due to limited time, it kind of stalled. Spout kind of went its own way, and I haven't heard of any plans to merge...