Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
update(build): fixes syntax for sed command in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Messerle committed Jun 2, 2015
1 parent fe828ce commit a353a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
'gulp build-all-modules --mode=default',
'gulp build-all-modules --mode=closure',
'rm -rf dist/demos',
'sed -i \'\' \'s/\\/rawgit\\.com\\/angular\\/bower-material\\/master\\/angular-material\\.js/\\/cdn.rawgit.com/angular/bower-material/v0.9.7/angular-material.js/\' dist/docs/docs.js'
'sed -i \'\' \'s,\\/rawgit\\.com\\/angular\\/bower-material\\/master\\/angular-material,\\/cdn.rawgit.com/angular/bower-material/v{{newVersion}}/angular-material,g\' dist/docs/docs.js'
]);
done();
start('Copy files into bower repo...');
Expand Down

0 comments on commit a353a27

Please sign in to comment.