Skip to content

Commit

Permalink
remove the examples command from the main root file
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaudin committed May 2, 2017
1 parent b57905b commit cab477d
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,3 @@ site-publish-only:
(cd ./_site && git add .)
(cd ./_site && git commit -am 'update site')
(cd ./_site && git push git@github.com:Travix-International/frint gh-pages --force)

##
# Examples

serve-counter-example:
(cd ./examples/counter && make serve)

serve-kitchensink-example:
(cd ./examples/kitchensink && make serve)

serve-multiple-widgets-example:
(cd ./examples/multiple-widgets && make serve)

0 comments on commit cab477d

Please sign in to comment.