We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72e1103 commit 9d6576aCopy full SHA for 9d6576a
.gitignore
@@ -7,7 +7,6 @@ cache/
7
combined/
8
combine/
9
compiled/
10
-dist/
11
tmp/
12
*.swp
13
.gitignore
@@ -19,4 +18,4 @@ branches
19
18
node_modules
20
21
# phantom junit output
22
-build/test-results/
+build/test-results/
bower.json
@@ -0,0 +1,19 @@
1
+{
2
+ "name": "jquery-mobile-commonjs",
3
+ "version": "1.4.0-beta.1",
4
+ "main": "dist/jquery.mobile.js",
5
+ "ignore": [
6
+ "**/.*",
+ "build",
+ "speed",
+ "test",
+ "*.md",
+ "AUTHORS.txt",
+ "Gruntfile.js",
+ "package.json",
14
+ "bower_components",
15
+ "node_modules"
16
+ ],
17
+ "dependencies": {},
+ "devDependencies": {}
+}
0 commit comments