-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
37 lines (24 loc) · 956 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
== Release Version 0.02 ==
++ Installation ++
mkdir -p /Library/Application\ Support/TextMate/Bundles
cd !$
git clone git://github.com/justincavery/Squiz-Textmate-Bundles.git Squiz.tmbundle
osascript -e 'tell app "TextMate" to reload bundles'
If the last step doesn't activate the bundle for you, navigate to ~/Library/Application Support/TextMate/Bundles and double click on the Squiz.tmbundle
This adds a Squiz - HTML5 template to your File - New from Template selection and Adds "Squiz" to your list of bundles.
Once you have created your template you can activate any of the bundle options by typing the activation word and pressing tab.
= Activation Words =
menu
body
site
user
asset
body
nested
img
css
= Next Steps =
Add reset styles and jquery google api's to the head
Create a "mysource_files" folder as part of the template creation
= Comments =
If you have any comments or suggestions you can email me at [email protected]