* add a simple boot script
    * add an index module for the "plugins" plugin (this is the plugin manager)
    * add a test page that uses the above

commit 8d4dbf43e5679a9727f1ca5c38e5668df13101d3
Author: Kevin Dangoor <kid@blazingthings.com>
Date:   Sun Oct 24 00:03:57 2010 -0400
This commit is contained in:
Joe Walker 2010-11-16 13:39:59 +00:00
Родитель d43b9c5deb
Коммит 03257b0724
2 изменённых файлов: 1712 добавлений и 0 удалений

1702
scripts/require.js Normal file

Разница между файлами не показана из-за своего большого размера Загрузить разницу

10
test.html Normal file
Просмотреть файл

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<h1>Sanity test.</h1>
<script src="scripts/require.js"></script>
<script src="scripts/boot.js"></script>
</body>
</html>