Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/templates/gulp/_server.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions app/templates/src/app/_bootstrap/__bootstrap-index.less
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions app/templates/src/app/_bootstrap/__bootstrap-index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions app/templates/src/app/_bootstrap/__bootstrap-index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions app/templates/src/app/_foundation/__foundation-index.less
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions app/templates/src/app/_foundation/__foundation-index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions app/templates/src/app/_foundation/__foundation-index.styl
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions app/templates/src/app/_none/__none-index.less
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
4 changes: 2 additions & 2 deletions app/templates/src/app/_none/__none-index.scss
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
4 changes: 2 additions & 2 deletions app/templates/src/app/_none/__none-index.styl
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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