Пакет bootstrap-3 добавлен в meteor-проект. Удалены глобальные ссылки на bootstrap
This commit is contained in:
parent
7609526816
commit
0de4709514
|
|
@ -8,4 +8,5 @@ autopublish
|
|||
insecure
|
||||
preserve-inputs
|
||||
|
||||
reststop2
|
||||
reststop2
|
||||
bootstrap-3
|
||||
|
|
@ -1,10 +1,6 @@
|
|||
<head>
|
||||
<title>New Page</title>
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="stylesheet" href="https://djyhxgczejc94.cloudfront.net/frameworks/bootstrap/3.0.0/themes/white-plum/bootstrap.min.css">
|
||||
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
|
||||
<title>
|
||||
DeviceTracker
|
||||
</title>
|
||||
<meta name="viewport" content="width=device-width">
|
||||
</head>
|
||||
|
||||
|
||||
|
||||
|
|
@ -1 +1,2 @@
|
|||
/reststop2
|
||||
/bootstrap-3
|
||||
|
|
|
|||
Loading…
Reference in New Issue