Skip to content

Creates TWO .css files in /build directory when using version #1

@wutmikee

Description

@wutmikee

First off, thanks - saved many people some extra time building this.

Here's the code I'm running. This create/updates the public/build folder - however it adds TWO .css files when I use version. Creates a normal .css file in the build/css folder and then another .css file in the same folder that has the versioning.

Help?

elixir(function(mix) {
    mix.bower('app.css', 'public/css', 'all.js', 'public/js')
       .routes()
       .events()
       .phpUnit()
       .version('css/app.css');      
});

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