Skip to content

Commit

Permalink
test simple js
Browse files Browse the repository at this point in the history
  • Loading branch information
d4kris committed Mar 1, 2015
1 parent 3487721 commit f4b1300
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions assets/test.js
@@ -0,0 +1 @@
alert('testing');
9 changes: 5 additions & 4 deletions index.html
Expand Up @@ -10,17 +10,18 @@
<base href="/" />
<meta name="loppis/config/environment" content="%7B%22modulePrefix%22%3A%22loppis%22%2C%22environment%22%3A%22development%22%2C%22baseURL%22%3A%22/%22%2C%22locationType%22%3A%22auto%22%2C%22EmberENV%22%3A%7B%22FEATURES%22%3A%7B%7D%7D%2C%22APP%22%3A%7B%22name%22%3A%22loppis%22%2C%22version%22%3A%220.0.0.e61d36cb%22%7D%2C%22contentSecurityPolicyHeader%22%3A%22Content-Security-Policy-Report-Only%22%2C%22contentSecurityPolicy%22%3A%7B%22default-src%22%3A%22%27none%27%22%2C%22script-src%22%3A%22%27self%27%20%27unsafe-eval%27%22%2C%22font-src%22%3A%22%27self%27%22%2C%22connect-src%22%3A%22%27self%27%22%2C%22img-src%22%3A%22%27self%27%22%2C%22style-src%22%3A%22%27self%27%22%2C%22media-src%22%3A%22%27self%27%22%7D%2C%22exportApplicationGlobal%22%3Atrue%7D" />

<link rel="stylesheet" href="assets/vendor.css">
<link rel="stylesheet" href="assets/loppis.css">
<!--link rel="stylesheet" href="assets/vendor.css"-->
<!--link rel="stylesheet" href="assets/loppis.css"-->


</head>
<body>


<p>PG Loppis!</p>
<script src="assets/vendor.js"></script>
<script src="assets/loppis.js"></script>
<script src="assets/test.js"></script>
<!--script src="assets/vendor.js"></script-->
<!--script src="assets/loppis.js"></script-->


</body>
Expand Down

0 comments on commit f4b1300

Please sign in to comment.