Skip to content

Commit

Permalink
增加require.js的练习代码
Browse files Browse the repository at this point in the history
  • Loading branch information
pingqixing committed Jun 7, 2017
1 parent 09cc0bc commit 2bbe916
Show file tree
Hide file tree
Showing 5 changed files with 2,292 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"request": "launch",
"name": "Launch Chrome against localhost",
// "url": "http://localhost:8080",
"file": "${workspaceRoot}/index.html",
// "file": "${workspaceRoot}/index.html",
"file": "${workspaceRoot}/requireDemo.html",
"webRoot": "${workspaceRoot}"
},
{
Expand Down
Loading

0 comments on commit 2bbe916

Please sign in to comment.