Skip to content

Commit

Permalink
update building config
Browse files Browse the repository at this point in the history
  • Loading branch information
minwe committed Jun 1, 2015
1 parent d136fe0 commit 0e50c2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,6 @@ node_modules

# dist

dist/docs

lib
4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ gulp.task('docs:copy:html', function() {

file = $1.replace(extname, '.') + $2 + extname;
}
return isProduction ? '/react/' + file : file;
// return 'http://a.static.amazeui.org/assets/react/' + file;
// return isProduction ? '/react/' + file : file;
return isProduction ? 'http://a.static.amazeui.org/assets/react/' + file : file;
}))
.pipe($.replace(/__UICDN__/g, function(match, $1) {
return isProduction ? 'http://cdn.amazeui.org/amazeui/2.4.0/' : '';
Expand Down

0 comments on commit 0e50c2b

Please sign in to comment.