Skip to content
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.

Usemin CSS only gathers one file #618

Open
PBartrina opened this issue Mar 30, 2016 · 0 comments
Open

Usemin CSS only gathers one file #618

PBartrina opened this issue Mar 30, 2016 · 0 comments
Labels

Comments

@PBartrina
Copy link

In mu usemin options files, it is declared as follows:

module.exports = {
    html: ['<%= paths.dist %>/*.html', '<%= paths.dist %>/components/**/*.html'],
    css: ['<%= paths.dist %>/**/*.css'],
    js: '<%= paths.dist %>/**/*.js',
    options: {
        assetsDirs: ['<%= paths.dist %>/**']
    }
};

Usemin does all previous processes perfectly, but when it comes to load files into the final html, it only detects one of them. The files are all inside the same folder, one next to the other.

Any clue?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants