This website works better with JavaScript.
Home
Explore
Help
Sign In
jan
/
mustache.js
mirror of
https://github.com/janl/mustache.js
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
46
Wiki
Activity
Browse Source
add `rake clean` task
tags/0.2
Jan Lehnardt
16 years ago
parent
7e791edc8a
commit
8d7238f9fc
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
Rakefile
+ 3
- 0
Rakefile
View File
@@ -27,3 +27,6 @@ task :jquery do
print "Done, see ./#{target_jq}\n"
end
task :clean do
`for file in \`cat .gitignore\`; do rm -rf $file; done`
end
Write
Preview
Loading…
Cancel
Save