Пакет bootstrap-3 добавлен в meteor-проект. Удалены глобальные ссылки на bootstrap

This commit is contained in:
Denis Smirnov 2013-10-25 16:34:06 +04:00
parent 7609526816
commit 0de4709514
3 changed files with 7 additions and 9 deletions

View File

@ -8,4 +8,5 @@ autopublish
insecure
preserve-inputs
reststop2
reststop2
bootstrap-3

View File

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

View File

@ -1 +1,2 @@
/reststop2
/bootstrap-3