This commit is contained in:
nixa 2016-08-22 23:25:30 +03:00
parent d22c977171
commit d5de85f567
3 changed files with 9 additions and 16 deletions

View file

@ -94,10 +94,7 @@
├──tslint.json * typescript lint config
├──typedoc.json * typescript documentation generator
├──tsconfig.json * config that webpack uses for typescript
├──typings.json * our typings manager
├──package.json * what npm uses to manage it's dependencies
├──bower.json * DEPRECATED - moving to npm as primary package manager for all dependenties
└──.bowerrc * DEPRECARD - temporary bower configuration
└──package.json * what npm uses to manage it's dependencies
</code></pre><p>In our template we tried to separate theme layer and presentation layer. We believe most of other templates have them combined. Thats why when you start developing using them, it gets very hard for you to remove things you dont&nbsp;need.</p>
</div>