File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
taskkill /f /t /im atom.exe
2
2
cd /d " %~dp0 "
3
- call " %CD% \build\win32\atom-shell\atom"
3
+ call " %CD% \build\win32\atom-shell\atom" " %CD% \src "
4
4
pause
Original file line number Diff line number Diff line change 1
1
< html >
2
2
< head >
3
3
< title > Node webkit + polymer example</ title >
4
+ < script src ="components/webcomponentsjs/webcomponents.js ">
4
5
< script src = "components/platform/platform.js" > </ script >
5
6
< link rel ="import " href ="example-element/example-element.html ">
6
7
</ head >
7
- < body >
8
+ < body style =" -webkit-app-region: drag; background:transparent " >
8
9
< div > In the body!</ div >
9
10
10
11
< example-element > </ example-element >
11
12
12
13
< script >
13
14
window . addEventListener ( 'polymer-ready' , function ( ) {
14
- var exampleElementInst = document . querySelector ( 'example-element' ) ;
15
+ var exampleElementInst = document . querySelector ( 'example-element' ) ;
15
16
console . log ( "exampleElementInst" , exampleElementInst ) ;
16
17
} ) ;
17
18
</ script >
You can’t perform that action at this time.
0 commit comments