You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ I use metalsmith-browserify to generate a static site JavaScript bundle for the
6
6
7
7
I use metalsmith-serve and metalsmith-watch for local development. I use the directory `animations` as the build destination, then serve the root of the project, so that paths start with `/animations` like in production.
8
8
9
+
I use [this trick](https://gist.github.com/cobyism/4730490) for pushing the `animations` subtree to the gh-pages branch, and thus publishing to GitHub pages.
10
+
9
11
This is my first time using metalsmith. Here are some pros and cons as I see them.
0 commit comments