compass-jsbundle 0.1.0.dev → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +42 -0
- metadata +7 -10
data/README.md
CHANGED
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
# JSBundle - Compass plugin
|
|
2
|
+
|
|
3
|
+
JSBundle is simply a collection of popular JavaScript frameworks and libraries, nothing more, nothing less. It is a Compass plugin, so provides a simple way to quickly place your favourite and most used JavaScript libraries into your Compass projects.
|
|
4
|
+
|
|
5
|
+
## Provided JavaScript libraries
|
|
6
|
+
|
|
7
|
+
The following JavaScript libraries are currently included in the bundle:
|
|
8
|
+
|
|
9
|
+
* [DD_belatedPNG](http://www.dillerdesign.com/experiment/DD_belatedPNG/) - v0.0.8a
|
|
10
|
+
* [DOMAssistant](http://www.domassistant.com/) - v2.8
|
|
11
|
+
* [ie-css3](http://www.keithclark.co.uk/labs/ie-css3/) - v0.9.5b
|
|
12
|
+
* [jQuery](http://jquery.com/) - v1.4.2
|
|
13
|
+
* [Modernizr](http://www.modernizr.com/) - v1.1
|
|
14
|
+
* [MooTools](http://mootools.net/) - v1.2.4
|
|
15
|
+
* [Prototype](http://www.prototypejs.org/) - v1.6.1
|
|
16
|
+
* [script.aculo.us](http://script.aculo.us/) - v1.8.3
|
|
17
|
+
|
|
18
|
+
Over time this collection of bundled libraries will grow, although it is not intended to be an exhausitive list of all plugins, widgets and hacks. It is simply a collection of those essential libraries that normally find their way into most front-end projects.
|
|
19
|
+
|
|
20
|
+
## Installation
|
|
21
|
+
|
|
22
|
+
Installation is simple via Ruby Gems:
|
|
23
|
+
|
|
24
|
+
sudo gem install compass-jsbundle
|
|
25
|
+
|
|
26
|
+
## Add a JavaScript library to your existing Compass project
|
|
27
|
+
|
|
28
|
+
Adding a library to your project is achieved with the following command:
|
|
29
|
+
|
|
30
|
+
compass install -r jsbundle jsbundle/<library>
|
|
31
|
+
|
|
32
|
+
The following `<library>` paramaters are accepted:
|
|
33
|
+
|
|
34
|
+
dd-belatedpng, domassistant, ie-css3, jquery, modernizr, mootools, prototype, scriptaculous
|
|
35
|
+
|
|
36
|
+
## Credits
|
|
37
|
+
|
|
38
|
+
All bundled JavaScript libraries are distributable under open source licenses. Credit must go to their respective authors and contributors for giving us such great open-source tools.
|
|
39
|
+
|
|
40
|
+
All I am doing is packaging them together in one place and ensuring the bundle is kept up-to-date with recent and stable versions.
|
|
41
|
+
|
|
42
|
+
Copyright (c) 2010 [Aaron Russell](http://www.aaronrussell.co.uk/). See LICENSE for details.
|
metadata
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: compass-jsbundle
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
prerelease:
|
|
4
|
+
prerelease: false
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 1
|
|
8
8
|
- 0
|
|
9
|
-
|
|
10
|
-
version: 0.1.0.dev
|
|
9
|
+
version: 0.1.0
|
|
11
10
|
platform: ruby
|
|
12
11
|
authors:
|
|
13
12
|
- Aaron Russell
|
|
@@ -15,7 +14,7 @@ autorequire:
|
|
|
15
14
|
bindir: bin
|
|
16
15
|
cert_chain: []
|
|
17
16
|
|
|
18
|
-
date: 2010-04-
|
|
17
|
+
date: 2010-04-15 00:00:00 +01:00
|
|
19
18
|
default_executable:
|
|
20
19
|
dependencies:
|
|
21
20
|
- !ruby/object:Gem::Dependency
|
|
@@ -30,7 +29,7 @@ dependencies:
|
|
|
30
29
|
version: "0"
|
|
31
30
|
type: :runtime
|
|
32
31
|
version_requirements: *id001
|
|
33
|
-
description:
|
|
32
|
+
description: JSBundle is simply a collection of popular JavaScript frameworks and libraries, nothing more, nothing less. It is a Compass plugin, so provides a simple way to quickly place your favourite and most used JavaScript libraries into your Compass projects.
|
|
34
33
|
email: aaron@gc4.co.uk
|
|
35
34
|
executables: []
|
|
36
35
|
|
|
@@ -89,13 +88,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
89
88
|
version: "0"
|
|
90
89
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
91
90
|
requirements:
|
|
92
|
-
- - "
|
|
91
|
+
- - ">="
|
|
93
92
|
- !ruby/object:Gem::Version
|
|
94
93
|
segments:
|
|
95
|
-
-
|
|
96
|
-
|
|
97
|
-
- 1
|
|
98
|
-
version: 1.3.1
|
|
94
|
+
- 0
|
|
95
|
+
version: "0"
|
|
99
96
|
requirements: []
|
|
100
97
|
|
|
101
98
|
rubyforge_project:
|