Skip to content

Commit

Permalink
style: updated branch.js to standard javasc
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanneff committed Jan 18, 2017
1 parent 5374aad commit b082dba
Show file tree
Hide file tree
Showing 3 changed files with 254 additions and 275 deletions.
1 change: 0 additions & 1 deletion DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ rm -rf ../.installed;
rm -rf ./plugins;
rm -rf ./platforms;
cordova platform add ios;
cordova plugin rm branch-cordova-sdk;
cordova plugin add ../;
cordova build ios --developmentTeam="PW4Q8885U7";
open -a Xcode platforms/ios/Branch\ Testing.xcworkspace;
Expand Down
3 changes: 2 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ gulp.task('standard', function () {
var javascript = [
'./hooks/**/*.js',
'./testbed/www/js/**/*.js',
'./gulpfile.js'
'./gulpfile.js',
'./www/branch.js'
]

return gulp.src(javascript)
Expand Down
Loading

0 comments on commit b082dba

Please sign in to comment.