Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use bower for speed framework dependencies. Add .bowerrc.
  • Loading branch information
timmywil committed Aug 27, 2013
1 parent e4536ab commit 677b92a
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 2,380 deletions.
3 changes: 3 additions & 0 deletions .bowerrc
@@ -0,0 +1,3 @@
{
"directory": "bower_components"
}
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

6 changes: 5 additions & 1 deletion bower.json
Expand Up @@ -3,7 +3,11 @@
"version": "1.10.7-pre", "version": "1.10.7-pre",
"main": "./dist/sizzle.js", "main": "./dist/sizzle.js",
"devDependencies": { "devDependencies": {
"qunit": "~1.11.0" "qunit": "~1.11.0",
"benchmark": "~1.0.0",
"requirejs": "~2.1.8",
"requirejs-domready": "~2.0.1",
"requirejs-text": "~2.0.10"
}, },
"ignore": [ "ignore": [
"**/.*", "**/.*",
Expand Down
2 changes: 1 addition & 1 deletion speed/.jshintrc
Expand Up @@ -21,6 +21,6 @@


"predef": [ "predef": [
"console", "console",
"define" "require"
] ]
} }
1 change: 0 additions & 1 deletion speed/benchmark.js
Submodule benchmark.js deleted from 985bdb
129 changes: 0 additions & 129 deletions speed/domReady.js

This file was deleted.

2 changes: 1 addition & 1 deletion speed/index.html
Expand Up @@ -45,6 +45,6 @@ <h3>Legend</h3>
<footer> <footer>
<small>Copyright &copy; 2013 jQuery Foundation</small> <small>Copyright &copy; 2013 jQuery Foundation</small>
</footer> </footer>
<script src="require.js" data-main="speed"></script> <script src="../bower_components/requirejs/require.js" data-main="speed"></script>
</body> </body>
</html> </html>

0 comments on commit 677b92a

Please sign in to comment.