Skip to content

The express example does not work #15

@at0g

Description

@at0g
  1. Clone the project
  2. run npm install
  3. cd examples/express
  4. node app
  5. 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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions