This website works better with JavaScript.
Home
Explore
Help
Sign In
jrtechs
/
jrtechs-sugarizer-lite
mirror of
https://github.com/jrtechs/sugarizer-lite.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
not really known
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.
3
Commits
1
Branch
225 MiB
Tree:
ecb9dae60d
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'ecb9dae60d'
${ noResults }
jrtechs-sugarizer-lite
/
activities
/
ActivityTemplate
/
js
/
loader.js
8 lines
123 B
Raw
Normal View
History
Add all files created from a shallow clone of llaske/sugarizer at the following commit: ``` commit dd3c58d56981e4dfa6d94601b95d7117a3bc9241 (HEAD -> master, tag: v1.2.0, origin/master, origin/HEAD) Merge: e361296c a6b99d4e Author: Lionel Laské <llaske@c2s.fr> Date: Thu Sep 26 21:47:31 2019 +0200 Merge branch 'release/1.2.0' ``` but with * activities/Abecedarium.activity/ * activities/Exerciser.activity/ also deleted.
4 years ago
requirejs
.
config
(
{
baseUrl
:
"lib"
,
paths
:
{
activity
:
"../js"
}
}
)
;
requirejs
(
[
"activity/activity"
]
)
;