File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8787 "prettier" : " ^1.9.2" ,
8888 "q" : " 1.4.1" ,
8989 "request" : " 2.79.0" ,
90+ "requirejs" : " ^2.3.5" ,
9091 "rimraf" : " 2.5.4" ,
9192 "sinon" : " 1.17.5" ,
9293 "source-map-support" : " ^0.5.0" ,
Original file line number Diff line number Diff line change 77 < title > Test HTML Page</ title >
88 < link rel ="stylesheet " href ="assets/style.css "/>
99 < link rel ="stylesheet " href ="fonts/roboto/stylesheet.css "/>
10+ < script src ="requirejs/require.js "> </ script >
1011</ head >
1112< body >
1213
1314 < h1 style ="font-family: robotoregular, serif "> BrowserSync + Public URL</ h1 >
1415 < a href ="forms.html "> Forms</ a >
1516 < a href ="scrolling.html "> Scrolling Window</ a >
16-
17- < script data-main ="js/main " src ="bower_components/requirejs/require.js "> </ script >
1817</ body >
1918</ html >
Original file line number Diff line number Diff line change 1- define ( "shane" , [ ] , function ( ) {
2-
1+ define ( [ ] , function ( ) {
2+ console . log ( 'hey!' ) ;
33} ) ;
Original file line number Diff line number Diff line change @@ -3526,6 +3526,10 @@ require-main-filename@^1.0.1:
35263526 version "1.0.1"
35273527 resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-1.0.1.tgz#97f717b69d48784f5f526a6c5aa8ffdda055a4d1"
35283528
3529+ requirejs@^2.3.5 :
3530+ version "2.3.5"
3531+ resolved "https://registry.yarnpkg.com/requirejs/-/requirejs-2.3.5.tgz#617b9acbbcb336540ef4914d790323a8d4b861b0"
3532+
35293533requires-port@1.x.x :
35303534 version "1.0.0"
35313535 resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff"
You can’t perform that action at this time.
0 commit comments