Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

gulp build sass/css tasks create duplicate css files #104

Open
jimhotchkin-wf opened this issue Nov 10, 2014 · 1 comment
Open

gulp build sass/css tasks create duplicate css files #104

jimhotchkin-wf opened this issue Nov 10, 2014 · 1 comment

Comments

@jimhotchkin-wf
Copy link

When running gulp build the css generated from the ./sass files is duplicated under the ./build directory:

build
├── build
│   └── css
│       ├── app.css
│       └── app_ie.css
├── css
│   ├── app.css
│   └── app_ie.css
├── img
│   ├── tour-retina-seb451b19e0.png
│   └── tour-s5a6a31895b.png
└── src
    ├── app.js
    ├── appConfig.js

My build task tree is as follows:

build: {
        include: ['compass', 'copy:vendorLibs'],
        exclude: ['sass']
        }

My customized paths are as follows:

path: {
        buildDeps: './build/deps/',
        vendorLibs: './dist/vendor/',
        styleIncludePaths: ['jspm_packages/github/Workiva/[email protected]/sass/']
    }
@maxwellpeterson-wf
Copy link
Member

This must be a result of some kind of compass config. Will need to look into it in more detail

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

No branches or pull requests

2 participants