Giter VIP home page Giter VIP logo

angular-seed's People

Contributors

plum-crazy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

angular-seed's Issues

.map & .js will not generate at all for the src folder after initial build

Looks like source maps are created only for first build then in sequential builds it will not build new .js & .map files leading to errors.
The config is built quite straight forward and I cant understand why this happens.
But for example deleting the .js/.map files manually and then running build again will not re-create the .js/.map files , the only files that are created are the dist bundles.
I have posted a very detailed question about this issue on stackoverflow you can read it here.

Add ability to have multiple different production-type builds

Add the ability to build multiple different styles of production environments

  • Add DevConfig type file that stores the current environment (local, prod, other prod types)
  • Add ability to specify which environment name to use when running prod builds, ie npm run build --env=NONPROD

Remove use of PugJS

Remove templating engine PugJS

May not seem like an enhancement to some, but PugJS doesn't play terribly well with some of Angular's functionality, so best it be removed.

Add global SCSS file

Add a global, application-wise, SCSS file

Also remove ViewEncapsulation.None from app.component.ts and remove all app-wise css from app.component.scss

Ensure integrity of production builds

Due to the many changes made for 2.0.0, the integrity of production builds needs to be investigated further to ensure no defects were introduced.

Release 2.0.0

  • Push develop to master
  • Create 2.0.0 release tag
  • Add release to Github
  • Create CHANGELOG file

Add flag to switch on unit test coverage

Add a flag to enable/disable unit test coverage reporting to the karma config file.

Currently coverage reporting is stuck to ON in develop, hence this is a bug

SCSS maps

Is there any way to map the SCSS files so I can see what file produced given CSS rule? Except for global styles, which are excluded from the rule and compiled to the styles file, every component SCSS gets dumped into the tag. Is it possible to avoid that, so Chrome Dev Tools would be able to tell where the rules originate from?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.