Skip to content
This repository has been archived by the owner on Feb 24, 2022. It is now read-only.

Commit

Permalink
half-way through implementing the zen-coding plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Eisenberg committed Jan 24, 2013
1 parent bfab53a commit e9ba5ea
Show file tree
Hide file tree
Showing 10 changed files with 13,894 additions and 4 deletions.
4 changes: 4 additions & 0 deletions client/editor.html
Expand Up @@ -6,6 +6,10 @@
<base href="/" />
<link rel="stylesheet" type="text/css" href="css/main.css" />
<script data-main="scripts/setup.js" src="components/requirejs/require.js"></script>

<!-- bad bad bad! Should not load underscore here -->
<script src="components/zen/javascript/underscore.js"></script>

</head>
<body spellcheck="false" class="nihilo">
<header class="main_gradient">
Expand Down
5 changes: 5 additions & 0 deletions client/scripts/lib/zen/README.md
@@ -0,0 +1,5 @@
This is the zen coding library (renamed emmet). Commit is https://github.com/emmetio/emmet/commit/c8583d5195f47a91ba86a0dc57c2229532bc36ad

Checked out code and ran ant plugin.generic-full

For a distribution, consider including only the minified form of emmet.

0 comments on commit e9ba5ea

Please sign in to comment.