JavaScript port of Sprockets (v2.10.0). It features same declarative dependency management (with exactly same language) for CSS and JavaScript and preprocessor pipeline. Mincer allows you to write assets in the languages like: CoffeeScript, LESS, Stylus and others.
Questions tagged [mincer]
4 questions
2
votes
1 answer
How to disable connect-assets file name digest
Does anyone know a way to disable the digest/hash of connect-assets/mincer? I know it's bla bla important in their opinion but it's not as useful when developing

Stefan
- 3,962
- 4
- 34
- 39
1
vote
0 answers
Generate correlated random numbers to a given array x - specify correlation and generate the numbers
Sorry I am new to python and this question might be easy but: I am generating a dataset with wages, schooling, age etc.
Problem: I created a vector for wages and now I want to draw a correlated random array with a correlation of 0.5.
I have worked…

timmy-o-toole
- 51
- 2
1
vote
0 answers
Polymer web component bundling
I am using node/express to develop a web application. I am currently using connect-assets (https://github.com/adunkman/connect-assets) which internally uses mincer (https://github.com/nodeca/mincer), to manage css, js assets. Can it be extended to…

Chamindu
- 716
- 1
- 5
- 13
1
vote
0 answers
How to create a source map for my compiled JS files with mincer?
I want to compile some coffeescript files into one JS file using mincer and Gulp. I have an app.coffee file which requires all other files. My gulp task uses gulp-mincer and looks like that:
var gulp = require('gulp');
var Mincer =…

sghgw
- 93
- 1
- 1
- 7