This website requires JavaScript.
Explore
Help
Sign in
michael
/
astro
Watch
1
Star
0
Fork
You've already forked astro
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
0ea4a986e2
astro
/
examples
/
snowpack
/
.gitignore
4 lines
34 B
Text
Raw
Normal View
History
Unescape
Escape
Add snowpack as an example project. (#11) * Initial tests set up This adds tests using uvu (we can switch if people want) and restructures things a bit so that it's easier to test. Like in snowpack you set up a little project. In our tests you can say: ```js const result = await runtime.load('/blog/hello-world') ``` And analyze the result. I included a `test-helpers.js` which has a function that will turn HTML into a cheerio instance, for inspecting the result HTML. * Bring snowpack example in * Formatting
2021-03-19 21:17:38 +00:00
.DS_Store
build
node_modules
First pass at the build (#27) This updates `astro build` to do a production build. It works! No optimizations yet.
2021-03-25 18:06:08 +00:00
_site
Reference in a new issue
Copy permalink