update testapp

This commit is contained in:
Iuri Matias 2017-02-20 17:31:05 -05:00
parent e549dbe674
commit 70ee9f3276
2 changed files with 3 additions and 2 deletions

View File

@ -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">

View File

@ -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"