We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c990206 commit dff74e3Copy full SHA for dff74e3
docs/partials/_header.html
@@ -1,4 +1,4 @@
1
-<!DOCTYPE html>
+<!DOCTYPE html>
2
<html lang="en" ng-app="demo">
3
<head>
4
<meta charset="utf-8">
gulpfile.js
@@ -170,9 +170,9 @@ gulp.task('docs:assets', function () {
170
171
gulp.task('docs:examples', function () {
172
return gulp.src(['docs/examples/*.html'])
173
- .pipe($.filenames('exampleFiles'))
174
.pipe($.header(fs.readFileSync('docs/partials/_header.html')))
175
.pipe($.footer(fs.readFileSync('docs/partials/_footer.html')))
+ .pipe($.filenames('exampleFiles'))
176
.pipe(gulp.dest('./docs-built/'));
177
});
178
0 commit comments