Skip to content
This repository has been archived by the owner on Dec 30, 2018. It is now read-only.

Commit

Permalink
sourcemap mention
Browse files Browse the repository at this point in the history
  • Loading branch information
vesparny committed Oct 29, 2014
1 parent f685676 commit 7eef40a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ This task will lint your code, optimize css js and images files, run unit tests.
* HTML templates converted into strings and attached to a single javascript file (to avoid one http call for each template).
* Livereload provided by [browsersync](http://www.browsersync.io/).
* angular module dependencies automatically injected using [ng-annotate](https://github.com/olov/ng-annotate).
* Static resources minification and optimization for production.
* Static resources minification and optimization for production.*
* sourcemaps generated and embedded js and css files during the production optimization.

### Directory Structure

Expand Down
4 changes: 1 addition & 3 deletions client/src/app/home/home.tpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ <h4>e2e testing</h4>

<div class="pure-u-1 pure-u-lg-1-3 island">
<h4>Build for production with ease</h4>
<p>If you are developing a single page application tied to a
<code>real backend</code>, angular-kickstart will proxy every request to your backend listening on another port. You can configure this of course. <a ng-href="gettingStarted">Read more...</a>
</p>
<p>Easily optimize css js and images files for production.</p>
</div>
</div>

0 comments on commit 7eef40a

Please sign in to comment.