Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 998c61c

Browse files
committedOct 19, 2014
chore(docs): copy the correct docs assets
The docs images had been duplicated in ``` docs/img/ ``` and ``` docs/app/assets/img ``` This commit fixes the gulp build to use the doc images from `docs/img` and removes the duplocates from `docs/app/assets/img` Closes #9655
1 parent 35e2a06 commit 998c61c

37 files changed

+2
-43
lines changed
 
-31.6 KB
Binary file not shown.
-49.1 KB
Binary file not shown.

‎docs/app/assets/img/angular_parts.png

-57.1 KB
Binary file not shown.
-54.1 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
-48.4 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
-39.8 KB
Binary file not shown.
-78.3 KB
Binary file not shown.
-34 KB
Binary file not shown.
-51 KB
Binary file not shown.
-79.7 KB
Binary file not shown.
-123 KB
Binary file not shown.
Binary file not shown.
-40.1 KB
Binary file not shown.
-117 KB
Binary file not shown.

‎docs/app/assets/img/helloworld.png

-11.5 KB
Binary file not shown.
-13.2 KB
Binary file not shown.
-96.6 KB
Binary file not shown.
-30.7 KB
Binary file not shown.
Binary file not shown.
-116 KB
Binary file not shown.
-122 KB
Binary file not shown.
-124 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

‎docs/gulpfile.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ gulp.task('build-app', function() {
6363
gulp.task('assets', ['bower'], function() {
6464
var JS_EXT = /\.js$/;
6565
return merge(
66-
gulp.src([assets])
67-
.pipe(gulp.dest(outputFolder)),
66+
gulp.src(['img/**/*']).pipe(gulp.dest(outputFolder + '/img')),
67+
gulp.src([assets]).pipe(gulp.dest(outputFolder)),
6868
gulp.src([assets])
6969
.pipe(foreach(function(stream, file) {
7070
if (JS_EXT.test(file.relative)) {

‎docs/img/AngularJS-small.png

-3.07 KB
Binary file not shown.

‎docs/img/angularjs-for-header-only.svg

-41
This file was deleted.

‎docs/img/bullet.png

-212 Bytes
Binary file not shown.
-4.25 KB
Binary file not shown.

‎docs/img/glyphicons-halflings.png

-4.25 KB
Binary file not shown.
File renamed without changes.

0 commit comments

Comments
 (0)