23 Commits

Author SHA1 Message Date
Al-Mothafar Al-Hasan
8936c616bf Improve production build speed (#2004)
* Update readme to reflect the latest updates of project

* Replace inactive `inline-manifest-webpack-plugin` with the maintained fork `webpack-inline-manifest-plugin`, version 4.0.0 is for webpack 3, version 4.0.1+ for webpack 4+

* Minor updates for package dependencies

* Minor updates for package dependencies

* Disable sourceMap by default for prod build and provide EVN option to enable it

* minor change by providing uglify cache to improve build process for prod

* Because of npm 5 and yarn, no need to force cache clean, verify should be enough

* Update dependencies
2018-04-18 23:03:45 -07:00
Tarun Sukhu
8ed468e6c2 Add optional support for SonarQube Integration (#1881)
* PR for 1859 fix

* SonarCube Integration

* Sonar Unit Test results support

* SonarQube readme instructions updated

* Update README.md

* TS lint should use the local application specific version instead of expecting a global version , also added tslint support independent of SonarQube Server providing the linting

* Reverting to SonarQube handling the linting

* updated angular 5

* upstream merge

* Fix for Webpack warning ./node_modules/@angular/core/esm5/core.js error in tests

* Made SonarQube optional

* Updated based on review comments from @gdi2290

* Minor readme update

* README Fix

* Update README.md

* Added back package lock

* added yarn lock
2018-02-28 20:34:26 -08:00
PatrickJS
7becc6b2c2 refactor: Tipe.io 2017-11-20 01:04:27 -08:00
Vincent Ogloblinsky
7ad31370e1 feat: add compodoc for documentation generation (#1877) 2017-09-04 00:05:15 -07:00
Shlomi Assaf
aa48e9a1be DLL Integration (#1358)
* build: add dll support

* misc: fix dependency category
fix: load zone.js for dev in 2 sub entries

* misc: clean dll directory

* misc: fix caching bug
2017-01-11 00:25:21 -06:00
PatrickJS
ad4d245bf9 refactor(gitignore): angular 4 ignores 2016-12-28 22:59:35 -08:00
Colin Skow
c597344107 feature: added AOT compile support (#885) (#1298)
* feature: added AOT compile support (#885)

* updated travis.yml with new ci script

* removed yarn.lock from .gitignore

* (optimize) vendor tree shaking and bundle analysis tool

* (fix) support node 5

* upgraded to webpack 2.2.0-rc-2, removed analyzer
2016-12-27 06:01:43 -06:00
Sebastian Döll
293c01ae36 chore(package) ~ @angular/* 2.1.1 2016-10-25 19:55:46 +02:00
Tobias Fuhrimann
e2eda59f63 add npm-debug.log to gitignore 2016-02-07 14:13:30 +01:00
gdi2290
cf4b3f2bf4 chore(gitignore): include dist 2016-01-02 13:13:42 -08:00
gdi2290
17c4f9f73d chore(gitignore): ignore coverage/ 2015-12-21 09:47:01 -08:00
gdi2290
a7b5d6f959 chore(gitignore): ignore typings 2015-12-13 20:48:28 -08:00
Asger Jensen
b785b7fe9c Added typedoc configuration and run target 2015-10-01 22:12:31 +02:00
gdi2290
5048268352 fix: missing typings and correct .gitignore 2015-07-16 13:59:01 -07:00
Sekib Omazic
282d436669 ignore IDE files 2015-07-16 13:21:01 +02:00
gdi2290
79b2aec0dc test(app.e2e): include more tests 2015-07-12 13:37:40 -07:00
gdi2290
647674ce79 refactor(typings): change typings to tsd_typings 2015-07-12 06:10:30 -07:00
gdi2290
b6c6d3f3e3 chore(.gitignore): ignore tsd generated typings 2015-07-12 05:55:11 -07:00
gdi2290
1ec1b8c08a refactor(typings): move to src and nest tsd files 2015-07-12 05:49:13 -07:00
gdi2290
01c8fedafa chore(webpack.config): move __build__ to root 2015-07-11 22:00:44 -07:00
gdi2290
2e9e99424f chore: ignore build 2015-03-07 22:46:09 -08:00
gdi2290
7335e5572b chore(gitignore): update files 2015-03-07 22:27:27 -08:00
PatrickJS
b847f91735 Initial commit 2015-03-07 14:25:10 -08:00