mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
I have no idea
This commit is contained in:
@@ -34,6 +34,7 @@ module.exports = {
|
||||
'angular2.js',
|
||||
'angular2-di.js',
|
||||
'ionic2.js',
|
||||
'https://cdn.firebase.com/js/client/2.2.4/firebase.js'
|
||||
],
|
||||
|
||||
traceurOptions: {
|
||||
|
||||
@@ -7,7 +7,13 @@
|
||||
|
||||
<link rel="stylesheet" href="<%= PREFIX %>/css/ionic.css" />
|
||||
<% buildConfig.scripts.forEach(function(script) {
|
||||
var src = script.to || script; %><script src="<%= PREFIX %>/lib/<%= src %>"></script>
|
||||
var src = script.to || script;
|
||||
if (!/http/.test(src)) {
|
||||
%>
|
||||
<script src="<%= PREFIX %>/lib/<%= src %>"></script>
|
||||
<% } else { %>
|
||||
<script src="<%= src %>"></script>
|
||||
<% } %>
|
||||
<% }); %>
|
||||
</head>
|
||||
<body ion-app>
|
||||
|
||||
Reference in New Issue
Block a user