This website works better with JavaScript.
Home
Explore
Help
Sign In
blago
/
Blog
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Activity
My personal blog
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
145
Commits
5
Branches
0
Tags
202 MiB
Tree:
51d1821930
master
migrate2hugo-sep2020
nmcomm
source
unreleased_contents
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '51d1821930'
${ noResults }
Blog
/
Guardfile
4 lines
96 B
Raw
Normal View
History
irrisponsibly massive commit
14 years ago
guard 'livereload', :api_version => '1.6' do
Cleaned out public from repository, updated gitignore, added syntax highlighting tests, improved syntax highlighting and styling of pre blocks. Overriding dynamic gist styling. Added a plugin for pygments caching which should speed things up terrifically. added ender.js as a lightweight way of scripting the DOM, events, etc. Some general typography and semantic html improvements.
14 years ago
watch(/public\/\S[css|js|html|png|jpg|gif]/)
irrisponsibly massive commit
14 years ago
end