Skip to content

Commit 54c882c

Browse files
committed
moved to a new dist folder. New version
1 parent 98b5eb8 commit 54c882c

File tree

8 files changed

+5
-6
lines changed

8 files changed

+5
-6
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@ $RECYCLE.BIN/
192192
# Packages
193193
*.egg
194194
*.egg-info
195-
dist/
196195
build/
197196
eggs/
198197
parts/

Examples/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<link href='http://fonts.googleapis.com/css?family=Roboto:300' rel='stylesheet' type='text/css'>
1010
<script src="http://yandex.st/highlightjs/7.3/highlight.min.js"></script>
1111
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
12-
<script src="../jquery-loadTemplate/jquery.loadTemplate-1.5.5.js"></script>
12+
<script src="../dist/jquery.loadTemplate-1.5.6.js"></script>
1313
</head>
1414
<body>
1515
<div class="head row">

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"type": "git",
1010
"url": "https://github.com/codepb/jquery-template.git"
1111
},
12-
"main": "jquery.loadTemplate-1.5.5.js",
12+
"main": "dist/jquery.loadTemplate-1.5.6.js",
1313
"keywords": [
1414
"templates",
1515
"templating",

loadTemplate.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"templates",
77
"templating"
88
],
9-
"version": "1.5.5",
9+
"version": "1.5.6",
1010
"author": {
1111
"name": "Paul Burgess and other contributors",
1212
"url": "https://github.com/codepb/jquery-template"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery.loadtemplate",
3-
"version": "1.5.5",
3+
"version": "1.5.6",
44
"author": "Paul Burgess",
55
"description": "jQuery plugin for loading and using templates. The plugin is designed to be simple yet powerful, and supports loading templates from within the page, or using AJAX to load html files.",
66
"homepage": "http://codepb.github.io/jquery-template/",

tests/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<title>loadTemplate Test Suite</title>
55
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js" type="text/javascript"></script>
6-
<script src="../jquery-loadTemplate/jquery.loadTemplate-1.5.5.js" type="text/javascript"></script>
6+
<script src="../dist/jquery.loadTemplate-1.5.6.js" type="text/javascript"></script>
77
<script src="testRunner.js" type="text/javascript"></script>
88

99
<!--TEST SCRIPTS-->

0 commit comments

Comments
 (0)