From 7eef40a421e2d1f11c3c87225241152f447c49e6 Mon Sep 17 00:00:00 2001 From: Alessandro Arnodo Date: Wed, 29 Oct 2014 23:32:59 +0100 Subject: [PATCH] sourcemap mention --- README.md | 3 ++- client/src/app/home/home.tpl.html | 4 +--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2f133f5..32508b2 100755 --- a/README.md +++ b/README.md @@ -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 diff --git a/client/src/app/home/home.tpl.html b/client/src/app/home/home.tpl.html index 8feeebd..21375b6 100644 --- a/client/src/app/home/home.tpl.html +++ b/client/src/app/home/home.tpl.html @@ -92,8 +92,6 @@

e2e testing

Build for production with ease

-

If you are developing a single page application tied to a - real backend, angular-kickstart will proxy every request to your backend listening on another port. You can configure this of course. Read more... -

+

Easily optimize css js and images files for production.