update testapp
This commit is contained in:
parent
e549dbe674
commit
70ee9f3276
|
@ -2,7 +2,7 @@
|
||||||
<head>
|
<head>
|
||||||
<title>Embark - TestApp</title>
|
<title>Embark - TestApp</title>
|
||||||
<link rel="stylesheet" href="css/app.css">
|
<link rel="stylesheet" href="css/app.css">
|
||||||
<script src="js/app.js"></script>
|
<script src="js/test.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body class="container">
|
<body class="container">
|
||||||
|
|
||||||
|
|
|
@ -3,9 +3,10 @@
|
||||||
"app": {
|
"app": {
|
||||||
"css/app.css": ["app/css/**"],
|
"css/app.css": ["app/css/**"],
|
||||||
"images/": ["app/images/**"],
|
"images/": ["app/images/**"],
|
||||||
"js/app.js": ["embark.js", "app/js/_vendor/jquery.min.js", "app/js/_vendor/bootstrap.min.js", "app/js/**"],
|
"js/app.js": ["embark.js", "app/js/_vendor/jquery.min.js", "app/js/_vendor/bootstrap.min.js", "app/js/**", "!app/js/test.js"],
|
||||||
"js/embark.js": ["embark.js"],
|
"js/embark.js": ["embark.js"],
|
||||||
"js/abi.js": "abi.js",
|
"js/abi.js": "abi.js",
|
||||||
|
"js/test.js": ["embark.js", "app/js/_vendor/jquery.min.js", "app/js/_vendor/async.min.js", "app/js/test.js"],
|
||||||
"index.html": "app/index.html",
|
"index.html": "app/index.html",
|
||||||
"test.html": "app/test.html",
|
"test.html": "app/test.html",
|
||||||
"test2.html": "app/test2.html"
|
"test2.html": "app/test2.html"
|
||||||
|
|
Loading…
Reference in New Issue