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
ac0bc88ae9
astro
/
examples
/
snowpack
/
.gitignore
5 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
Update defaults directory structure to `src` and `dist` (#132) * chore: update defaults in docs * chore: update config defaults * test: update tests to config defaults * chore: update gitignore to new defaults * docs: update readme to new defaults * chore: update examples to new defaults * chore: update default exclude in lang server * chore: update tests * test: fix failing tests * chore: update www defaults
2021-04-26 21:54:20 +00:00
dist
Reference in a new issue
Copy permalink