Repository: Wscats/requirejs-demo
Branch: master
Commit: c444138fc59b
Files: 30
Total size: 902.4 KB
Directory structure:
gitextract_3osvxmvl/
├── .gitignore
├── .project
├── README.md
├── block.html
├── demo1/
│ ├── css/
│ │ └── bootstrap.css
│ ├── extends/
│ │ ├── bsfooter/
│ │ │ ├── bsfooter.css
│ │ │ ├── bsfooter.html
│ │ │ └── bsfooter.js
│ │ ├── bsheader/
│ │ │ ├── bsheader.html
│ │ │ └── bsheader.js
│ │ ├── bsmain/
│ │ │ ├── bsmain.html
│ │ │ └── bsmain.js
│ │ └── bsmodal/
│ │ ├── bsmodal.html
│ │ └── bsmodal.js
│ ├── index.html
│ ├── js/
│ │ ├── base.js
│ │ ├── jquery.js
│ │ ├── require.js
│ │ ├── test.js
│ │ └── text.js
│ └── package.json
├── js/
│ ├── base.js
│ ├── jquery.js
│ ├── require.js
│ ├── wsscat.js
│ ├── wsscat2.js
│ ├── wsscat3.js
│ ├── wsscat4.js
│ └── wsscat5.js
└── start.html
================================================
FILE CONTENTS
================================================
================================================
FILE: .gitignore
================================================
node_modules
================================================
FILE: .project
================================================
wsscat