Skip to content

Commit

Permalink
Add Android xml cofing sample to README
Browse files Browse the repository at this point in the history
  • Loading branch information
weitsai committed Nov 18, 2015
1 parent e1d42bb commit 31f471e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,12 @@ gulp.task('symbols', function(){
.pipe(consolidate('lodash', options))
.pipe(rename({ basename:'sample' }))
.pipe(gulp.dest('dist/')); // set path to export your sample HTML

// if you don't need android string xml, remove next 4 lines
gulp.src('templates/' + template + '.xml')
.pipe(consolidate('lodash', options))
.pipe(rename({ basename:fontName }))
.pipe(gulp.dest('dist/android/')); // set path to export your android res/value
})
.pipe(gulp.dest('dist/fonts/')); // set path to export your fonts
});
Expand Down

0 comments on commit 31f471e

Please sign in to comment.