Skip to content
This repository was archived by the owner on Dec 1, 2017. It is now read-only.
This repository was archived by the owner on Dec 1, 2017. It is now read-only.

Even if minify=false, it uses minified file  #39

Description

@bitliner

My conf is like this:

var cachify = require('connect-cachify') app.use(cachify.setup( getAllWithPublicAsRoot() , { root: path.join(__dirname, 'public'), production: false }));
where getAllWithPublicAsRoot returns an object like:

{ "/js/files.min.js":['/js/file1.js', '/js/file2.js'] }
where js folder is in public folder.

But if I see the html code in the page, it puts in the html /js/files.min.js, not the corresponding files specified in the corresponding array.

I'm using connect-cachify 0.0.15

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions