Gulpfile build also copy .ts file and .specs
thiphariel opened this issue · 1 comments
thiphariel commented
Description
Hi.
Why the build command (gulp) also copy .ts and .specs files to /dist ? It's not relevant, and we don't need them as they are sources files.
Config
Copy the content from .yo-rc.json
:
{
"generator-fountain-angular2": {
"version": "0.6.0",
"props": {
"resolved": "/usr/local/lib/node_modules/generator-fountain-angular2/generators/app/index.js",
"namespace": "fountain-angular2:app",
"argv": {
"remain": [],
"cooked": [],
"original": []
},
"skip-cache": false,
"skip-install": false,
"framework": "angular2",
"modules": "webpack",
"css": "scss",
"js": "typescript",
"sample": "hello",
"router": "router"
}
}
}
micaelmbagira commented
Fixed in 0.7.0 😉