FountainJS / generator-fountain-angular2

Yeoman 'fountain' generator to start a webapp with Angular 2
http://fountainjs.io
MIT License
81 stars 19 forks source link

Gulpfile build also copy .ts file and .specs #70

Closed thiphariel closed 8 years ago

thiphariel commented 8 years ago

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 8 years ago

Fixed in 0.7.0 😉