This website requires JavaScript.
Explore
Help
Sign In
github-migration
/
jasmine
Watch
1
Star
0
Fork
You've already forked jasmine
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
efabefeec8
jasmine
/
Rakefile
5 lines
97 B
Ruby
Raw
Blame
History
desc
"
build the site
"
task
:site
do
system
(
"
staticmatic build .
"
)
system
(
"
cp -r site/ .
"
)
end
Reference in New Issue
View Git Blame
Copy Permalink