зеркало из https://github.com/mozilla/skywriter.git
* adding require.js 0.14.5
* 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:
Родитель
d43b9c5deb
Коммит
03257b0724
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -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>
|
Загрузка…
Ссылка в новой задаче