You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/how-it-works.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -43,9 +43,9 @@ As the script files has to be sorted in order to work. We use a magic script whi
43
43
44
44
### Locating places in the `index.html`
45
45
46
-
[gulp-inject](https://github.com/klei/gulp-inject) put the `<script>`of`<link>` tags insides comments starting by `<!-- inject:css -->` or `<!-- inject:js -->` and ending by `<!-- endinject -->`.
46
+
[gulp-inject](https://github.com/klei/gulp-inject) put the `<script>`and`<link>` tags insides comments starting by `<!-- inject:css -->` or `<!-- inject:js -->` and ending by `<!-- endinject -->`.
47
47
48
-
[wiredep](https://github.com/taptapship/wiredep) put the `<script>`of`<link>` tags insides comments starting by `<!-- bower:css -->` or `<!-- bower:js -->` and ending by `<!-- endbower -->`.
48
+
[wiredep](https://github.com/taptapship/wiredep) put the `<script>`and`<link>` tags insides comments starting by `<!-- bower:css -->` or `<!-- bower:js -->` and ending by `<!-- endbower -->`.
49
49
50
50
Don't put anything inside this comments in your sources because the `inject` task will override it without warning you.
0 commit comments