Skip to content

Commit db23790

Browse files
author
Andrew Start
committed
Removed version numbers from filenames.
1 parent f142cb6 commit db23790

File tree

10 files changed

+112
-4478
lines changed

10 files changed

+112
-4478
lines changed

bower.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
2-
"name": "preloadjs",
3-
"version": "0.4.1",
4-
"main": "lib/preloadjs.min.js",
5-
"ignore": [
6-
"**/.*",
7-
"node_modules",
8-
"bower_components",
9-
"README.md",
10-
"README_CREATEJS_NAMESPACE.txt",
11-
"VERSIONS.txt",
12-
"tools",
13-
"src",
14-
"examples",
15-
"extras",
16-
"docs",
17-
"build",
18-
"lib/README.txt"
19-
]
20-
}
2+
"name": "preloadjs",
3+
"version": "0.4.1",
4+
"main": "lib/preloadjs.min.js",
5+
"ignore": [
6+
"**/.*",
7+
"node_modules",
8+
"bower_components",
9+
"README.md",
10+
"README_CREATEJS_NAMESPACE.txt",
11+
"VERSIONS.txt",
12+
"tools",
13+
"src",
14+
"examples",
15+
"extras",
16+
"docs",
17+
"build",
18+
"lib/README.txt"
19+
]
20+
}

build/Gruntfile.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = function (grunt) {
1111
name: 'preloadjs',
1212

1313
// Setup doc names / paths.
14-
docsName: '<%= pkg.name %>_docs-<%= version %>',
14+
docsName: '<%= pkg.name %>_docs',
1515
docsZip: "<%= docsName %>.zip",
1616

1717
// Setup Uglify for JS minification.
@@ -27,7 +27,7 @@ module.exports = function (grunt) {
2727
},
2828
build: {
2929
files: {
30-
'output/<%= pkg.name.toLowerCase() %>-<%= version %>.min.js': getConfigValue('source'),
30+
'output/<%= pkg.name.toLowerCase() %>.min.js': getConfigValue('source'),
3131
}
3232
}
3333
},
@@ -38,7 +38,7 @@ module.exports = function (grunt) {
3838
},
3939
build: {
4040
files: {
41-
'output/<%= pkg.name.toLowerCase() %>-<%= version %>.combined.js': getCombinedSource()
41+
'output/<%= pkg.name.toLowerCase() %>.combined.js': getCombinedSource()
4242
}
4343
}
4444
},

docs/preloadjs_docs-NEXT.zip

-422 KB
Binary file not shown.

0 commit comments

Comments
 (0)