Skip to content

Commit

Permalink
feat(app): Add browsersync alias
Browse files Browse the repository at this point in the history
  • Loading branch information
thaiat committed Jan 30, 2015
1 parent 138ac3b commit abe995e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ if ([[ $choice == *"all"* ]] || [[ $choice == "Grunt" ]]); then
fi
if ([[ $choice == *"all"* ]] || [[ $choice == "BrowserSync" ]]); then
npm install -g browser-sync
alias browsersync="browser-sync start --server --files \"**/*.html, **/*.js, **/*.css\""
fi
if ([[ $choice == *"all"* ]] || [[ $choice == "Karma" ]]); then
npm install -g karma
Expand Down
1 change: 1 addition & 0 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ check_file "$(which jscs)" "jscs"
check_file "$(which gulp)" "gulp"
check_file "$(which grunt)" "grunt"
check_file "$(which browser-sync)" "browser-sync"
#check_file "$(which browsersync)" "browsersync"
check_file "$(which karma)" "karma"
check_file "$(which mocha)" "mocha"
check_file "$(which browserify)" "browserify"
Expand Down

0 comments on commit abe995e

Please sign in to comment.