- Clone the project
- run
npm install
- cd
examples/express
node app
- visit
http://localhost:5000/
TypeError: connect-mincer-master/examples/express/views/home.ejs:5
3| <head>
4| <meta charset='utf-8'>
>> 5| <%- css('all.css') %>
6| <%- js('modernizer.js') %>
7| </head>
8| <body>
[LessEngine] Cannot set property 'asset_data_uri' of undefined (in connect-mincer-master/examples/express/assets/css/all.css.less)
Likewise, going to http://localhost:5000/assets/reset.css renders the reset.css file fine, but going to http://localhost:5000/assets/all.css throws a less compilation error.
[LessEngine] Cannot set property 'asset_data_uri' of undefined (in connect-mincer-master/examples/express/assets/css/all.css.less)
npm installexamples/expressnode apphttp://localhost:5000/Likewise, going to
http://localhost:5000/assets/reset.cssrenders the reset.css file fine, but going tohttp://localhost:5000/assets/all.cssthrows a less compilation error.