Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Amanda Ghassaei
DMDesign
Commits
cd290954
Commit
cd290954
authored
Aug 22, 2015
by
Amanda Ghassaei
Browse files
text and bin moved to dependencies
parent
081e8be1
Changes
5
Hide whitespace changes
Inline
Side-by-side
js
/bin.js
→
dependencies/require
/bin.js
View file @
cd290954
File moved
dependencies/require.js
→
dependencies/require
/require
.js
View file @
cd290954
File moved
js
/text.js
→
dependencies/require
/text.js
View file @
cd290954
File moved
index.html
View file @
cd290954
...
...
@@ -21,7 +21,7 @@
<link
rel=
"stylesheet"
type=
"text/css"
href=
"dependencies/codemirror/codemirror.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/main.css"
>
<script
data-main=
"js/main"
src=
"dependencies/require.js"
></script>
<script
data-main=
"js/main"
src=
"dependencies/require
/require
.js"
></script>
</head>
<body>
...
...
js/main.js
View file @
cd290954
...
...
@@ -16,6 +16,8 @@ require.config({
numeric
:
'
../dependencies/numeric-1.2.6
'
,
codeMirrorJS
:
'
../dependencies/codemirror/javascript
'
,
codeMirror
:
'
../dependencies/codemirror/codemirror
'
,
text
:
'
../dependencies/require/text
'
,
bin
:
'
../dependencies/require/bin
'
,
//three
three
:
'
../dependencies/three
'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment