From e531fa9ca1515f123e17cd9d8ab8a88ee7ed0fe9 Mon Sep 17 00:00:00 2001 From: David Pertiller Date: Tue, 21 Jul 2015 13:08:03 +0200 Subject: [PATCH] modified comment about injection (fixed typo and minor rephrasing) --- app/templates/gulp/_server.js | 2 +- .../src/app/_angular-material/__angular-material-index.less | 4 ++-- .../src/app/_angular-material/__angular-material-index.scss | 4 ++-- .../src/app/_angular-material/__angular-material-index.styl | 4 ++-- app/templates/src/app/_bootstrap/__bootstrap-index.less | 4 ++-- app/templates/src/app/_bootstrap/__bootstrap-index.scss | 4 ++-- app/templates/src/app/_bootstrap/__bootstrap-index.styl | 4 ++-- app/templates/src/app/_foundation/__foundation-index.less | 4 ++-- app/templates/src/app/_foundation/__foundation-index.scss | 4 ++-- app/templates/src/app/_foundation/__foundation-index.styl | 4 ++-- app/templates/src/app/_none/__none-index.less | 4 ++-- app/templates/src/app/_none/__none-index.scss | 4 ++-- app/templates/src/app/_none/__none-index.styl | 4 ++-- 13 files changed, 25 insertions(+), 25 deletions(-) diff --git a/app/templates/gulp/_server.js b/app/templates/gulp/_server.js index 26cbde09..be24f81e 100644 --- a/app/templates/gulp/_server.js +++ b/app/templates/gulp/_server.js @@ -31,7 +31,7 @@ function browserSyncInit(baseDir, browser) { }; /* - * You can add a proxy to your backend by uncommenting the line bellow. + * You can add a proxy to your backend by uncommenting the line below. * You just have to configure a context which will we redirected and the target url. * Example: $http.get('/users') requests will be automatically proxified. * diff --git a/app/templates/src/app/_angular-material/__angular-material-index.less b/app/templates/src/app/_angular-material/__angular-material-index.less index 9f8f8e7a..2efcfd17 100644 --- a/app/templates/src/app/_angular-material/__angular-material-index.less +++ b/app/templates/src/app/_angular-material/__angular-material-index.less @@ -1,5 +1,5 @@ /** - * Do not remove this comments bellow. It's the markers used by wiredep to inject + * Do not remove the comments below. It's the markers used by wiredep to inject * less dependencies when defined in the bower.json of your dependencies */ // bower:less @@ -62,7 +62,7 @@ section.jumbotron { } /** - * Do not remove this comments bellow. It's the markers used by gulp-inject to inject + * Do not remove the comments below. It's the markers used by gulp-inject to inject * all your less files automatically */ // injector diff --git a/app/templates/src/app/_angular-material/__angular-material-index.scss b/app/templates/src/app/_angular-material/__angular-material-index.scss index af939a4a..17316690 100644 --- a/app/templates/src/app/_angular-material/__angular-material-index.scss +++ b/app/templates/src/app/_angular-material/__angular-material-index.scss @@ -1,5 +1,5 @@ /** - * Do not remove this comments bellow. It's the markers used by wiredep to inject + * Do not remove the comment below. It's the markers used by wiredep to inject * sass dependencies when defined in the bower.json of your dependencies */ // bower:scss @@ -62,7 +62,7 @@ section.jumbotron { } /** - * Do not remove this comments bellow. It's the markers used by gulp-inject to inject + * Do not remove the comment below. It's the markers used by gulp-inject to inject * all your sass files automatically */ // injector diff --git a/app/templates/src/app/_angular-material/__angular-material-index.styl b/app/templates/src/app/_angular-material/__angular-material-index.styl index 59be29d8..f4599cf1 100644 --- a/app/templates/src/app/_angular-material/__angular-material-index.styl +++ b/app/templates/src/app/_angular-material/__angular-material-index.styl @@ -1,5 +1,5 @@ /** - * Do not remove this comments bellow. It's the markers used by wiredep to inject + * Do not remove the comments below. It's the markers used by wiredep to inject * stylus dependencies when defined in the bower.json of your dependencies */ // bower:styl @@ -50,7 +50,7 @@ section width 50px /** - * Do not remove this comments bellow. It's the markers used by gulp-inject to inject + * Do not remove the comments below. It's the markers used by gulp-inject to inject * all your stylus files automatically */ // injector diff --git a/app/templates/src/app/_bootstrap/__bootstrap-index.less b/app/templates/src/app/_bootstrap/__bootstrap-index.less index cbfc31fb..1a24d764 100644 --- a/app/templates/src/app/_bootstrap/__bootstrap-index.less +++ b/app/templates/src/app/_bootstrap/__bootstrap-index.less @@ -1,5 +1,5 @@ /** - * Do not remove this comments bellow. It's the markers used by wiredep to inject + * Do not remove the comments below. It's the markers used by wiredep to inject * less dependencies when defined in the bower.json of your dependencies */ // bower:less @@ -28,7 +28,7 @@ } /** - * Do not remove this comments bellow. It's the markers used by gulp-inject to inject + * Do not remove the comments below. It's the markers used by gulp-inject to inject * all your less files automatically */ // injector diff --git a/app/templates/src/app/_bootstrap/__bootstrap-index.scss b/app/templates/src/app/_bootstrap/__bootstrap-index.scss index 48049d1e..38ee8cc4 100644 --- a/app/templates/src/app/_bootstrap/__bootstrap-index.scss +++ b/app/templates/src/app/_bootstrap/__bootstrap-index.scss @@ -6,7 +6,7 @@ $navbar-inverse-link-color: #5AADBB; $icon-font-path: "../<%- computedPaths.appToBower %>/bower_components/bootstrap-sass-official/assets/fonts/bootstrap/"; /** - * Do not remove this comments bellow. It's the markers used by wiredep to inject + * Do not remove the comments below. It's the markers used by wiredep to inject * sass dependencies when defined in the bower.json of your dependencies */ // bower:scss @@ -28,7 +28,7 @@ $icon-font-path: "../<%- computedPaths.appToBower %>/bower_components/bootstrap- } /** - * Do not remove this comments bellow. It's the markers used by gulp-inject to inject + * Do not remove the comments below. It's the markers used by gulp-inject to inject * all your sass files automatically */ // injector diff --git a/app/templates/src/app/_bootstrap/__bootstrap-index.styl b/app/templates/src/app/_bootstrap/__bootstrap-index.styl index a3123496..ad47a0f8 100644 --- a/app/templates/src/app/_bootstrap/__bootstrap-index.styl +++ b/app/templates/src/app/_bootstrap/__bootstrap-index.styl @@ -6,7 +6,7 @@ $navbar-inverse-link-color = #5AADBB $icon-font-path = "../<%- computedPaths.appToBower %>/bower_components/bootstrap-stylus/fonts/" /** - * Do not remove this comments bellow. It's the markers used by wiredep to inject + * Do not remove the comments below. It's the markers used by wiredep to inject * stylus dependencies when defined in the bower.json of your dependencies */ // bower:styl @@ -25,7 +25,7 @@ $icon-font-path = "../<%- computedPaths.appToBower %>/bower_components/bootstrap width 50px /** - * Do not remove this comments bellow. It's the markers used by gulp-inject to inject + * Do not remove the comments below. It's the markers used by gulp-inject to inject * all your stylus files automatically */ // injector diff --git a/app/templates/src/app/_foundation/__foundation-index.less b/app/templates/src/app/_foundation/__foundation-index.less index 99379d5f..11731686 100644 --- a/app/templates/src/app/_foundation/__foundation-index.less +++ b/app/templates/src/app/_foundation/__foundation-index.less @@ -1,5 +1,5 @@ /** - * Do not remove this comments bellow. It's the markers used by wiredep to inject + * Do not remove the comments below. It's the markers used by wiredep to inject * less dependencies when defined in the bower.json of your dependencies */ // bower:less @@ -26,7 +26,7 @@ } /** - * Do not remove this comments bellow. It's the markers used by gulp-inject to inject + * Do not remove the comments below. It's the markers used by gulp-inject to inject * all your less files automatically */ // injector diff --git a/app/templates/src/app/_foundation/__foundation-index.scss b/app/templates/src/app/_foundation/__foundation-index.scss index 4cfdd940..25cb27ed 100644 --- a/app/templates/src/app/_foundation/__foundation-index.scss +++ b/app/templates/src/app/_foundation/__foundation-index.scss @@ -11,7 +11,7 @@ $topbar-bg-color: #5AADBB; @import '../<%- computedPaths.appToBower %>/bower_components/foundation/scss/foundation'; /** - * Do not remove this comments bellow. It's the markers used by wiredep to inject + * Do not remove the comments below. It's the markers used by wiredep to inject * sass dependencies when defined in the bower.json of your dependencies */ // bower:scss @@ -38,7 +38,7 @@ $topbar-bg-color: #5AADBB; } /** - * Do not remove this comments bellow. It's the markers used by gulp-inject to inject + * Do not remove the comments below. It's the markers used by gulp-inject to inject * all your sass files automatically */ // injector diff --git a/app/templates/src/app/_foundation/__foundation-index.styl b/app/templates/src/app/_foundation/__foundation-index.styl index a02d18cb..7acebd3c 100644 --- a/app/templates/src/app/_foundation/__foundation-index.styl +++ b/app/templates/src/app/_foundation/__foundation-index.styl @@ -1,5 +1,5 @@ /** - * Do not remove this comments bellow. It's the markers used by wiredep to inject + * Do not remove the comments below. It's the markers used by wiredep to inject * stylus dependencies when defined in the bower.json of your dependencies */ // bower:styl @@ -22,7 +22,7 @@ width 50px /** - * Do not remove this comments bellow. It's the markers used by gulp-inject to inject + * Do not remove the comments below. It's the markers used by gulp-inject to inject * all your stylus files automatically */ // injector diff --git a/app/templates/src/app/_none/__none-index.less b/app/templates/src/app/_none/__none-index.less index 0691c6bc..30992bfe 100644 --- a/app/templates/src/app/_none/__none-index.less +++ b/app/templates/src/app/_none/__none-index.less @@ -1,4 +1,4 @@ -/* Do not remove this comments bellow. It's the markers used by wiredep to inject +/* Do not remove the comments below. It's the markers used by wiredep to inject less dependencies when defined in the bower.json of your dependencies */ // bower:less // endbower @@ -120,7 +120,7 @@ hr { clear: both; } -/* Do not remove this comments bellow. It's the markers used by gulp-inject to inject +/* Do not remove the comments below. It's the markers used by gulp-inject to inject all your less files automatically */ // injector // endinjector diff --git a/app/templates/src/app/_none/__none-index.scss b/app/templates/src/app/_none/__none-index.scss index f16e5e3a..87d91a24 100644 --- a/app/templates/src/app/_none/__none-index.scss +++ b/app/templates/src/app/_none/__none-index.scss @@ -1,4 +1,4 @@ -/* Do not remove this comments bellow. It's the markers used by wiredep to inject +/* Do not remove the comments below. It's the markers used by wiredep to inject sass dependencies when defined in the bower.json of your dependencies */ // bower:scss // endbower @@ -120,7 +120,7 @@ hr { clear: both; } -/* Do not remove this comments bellow. It's the markers used by gulp-inject to inject +/* Do not remove the comments below. It's the markers used by gulp-inject to inject all your sass files automatically */ // injector // endinjector diff --git a/app/templates/src/app/_none/__none-index.styl b/app/templates/src/app/_none/__none-index.styl index 80fde6ae..74d4fc91 100644 --- a/app/templates/src/app/_none/__none-index.styl +++ b/app/templates/src/app/_none/__none-index.styl @@ -1,4 +1,4 @@ -/* Do not remove this comments bellow. It's the markers used by wiredep to inject +/* Do not remove the comments below. It's the markers used by wiredep to inject stylus dependencies when defined in the bower.json of your dependencies */ // bower:styl // endbower @@ -118,7 +118,7 @@ a hr clear both -/* Do not remove this comments bellow. It's the markers used by gulp-inject to inject +/* Do not remove the comments below. It's the markers used by gulp-inject to inject all your stylus files automatically */ // injector // endinjector