Skip to content

Commit

Permalink
feat(stark-build) Remove config-stark files + Refactor tsconfig + Fi…
Browse files Browse the repository at this point in the history
…x ts issues (#244)

* feat(stark-build) tsconfig moved in stark-build

* feat(stark-build) Remove config-stark files + Refactor tsconfig + Fix ts issues

* Add Karma-Typescript
Reformat ignore files
Fix ts issues
Change templateUrl by template

* Move karma typescript config in stark-build
  • Loading branch information
SuperITMan authored and ncedric committed Mar 12, 2018
1 parent 5ca36db commit d6683ba
Show file tree
Hide file tree
Showing 54 changed files with 417 additions and 1,462 deletions.
39 changes: 39 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
.git
.github
.vscode
coverage

# OS generated files #
.DS_Store
ehthumbs.db
Icon?
Thumbs.db

# Node Files #
node_modules
npm-debug.log
npm-debug.log.*

# Typing #
src/typings/tsd
typings
tsd_typings

# Dist #
dist
.awcache
.webpack.json
compiled
dll

# IDE #
.idea
*.swp


# Angular #
*.ngfactory.ts
*.css.shim.ts
*.ngsummary.json
*.shim.ngstyle.ts

24 changes: 22 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Build
/dist/
dist/
.awcache/
dist/
.tmp/
/.tmp/

# Reports directory
reports/
Expand All @@ -8,14 +12,24 @@ reports/
package-lock.json

# Logs
./logs/
logs/
*.log

# Runtime data
pids
*.pid
*.seed

# Coverage directory used by tools like istanbul
coverage

# Bak
*.bak

# Node
node_modules/
npm-debug.log
/npm-debug.log.*

# OS generated files #
Desktop.ini
Expand All @@ -40,3 +54,9 @@ pids

# Patch files
*.patch

# Angular #
*.ngfactory.ts
*.css.shim.ts
*.ngsummary.json
*.shim.ngstyle.ts
122 changes: 0 additions & 122 deletions packages/stark-build/config-stark/helpers.js

This file was deleted.

8 changes: 0 additions & 8 deletions packages/stark-build/config-stark/postpublish.js

This file was deleted.

Empty file.
108 changes: 0 additions & 108 deletions packages/stark-build/config-stark/stark.dev-demo.js

This file was deleted.

64 changes: 0 additions & 64 deletions packages/stark-build/config-stark/tagger.js

This file was deleted.

Loading

0 comments on commit d6683ba

Please sign in to comment.