Skip to content
This repository was archived by the owner on Oct 27, 2019. It is now read-only.

Commit 722fe43

Browse files
committed
- added a Source folder, added package.yml, cleaned up file headers.
1 parent ff52d89 commit 722fe43

File tree

4 files changed

+23
-21
lines changed

4 files changed

+23
-21
lines changed

Slick.Finder.js Source/Slick.Finder.js

+1-10
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,9 @@
11
/*
22
---
33
name: Slick.Finder
4+
description: The new, superfast css selector engine.
45
provides: Slick.Finder
56
requires: Slick.Parser
6-
7-
description: The new, superfast css selector engine.
8-
9-
license: MIT-style
10-
11-
authors:
12-
- Thomas Aylott
13-
- Valerio Proietti
14-
- Fabio M Costa
15-
- Jan Kassens
167
...
178
*/
189

Slick.Parser.js Source/Slick.Parser.js

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
11
/*
22
---
33
name: Slick.Parser
4-
provides: Slick.Parser
54
description: Standalone CSS3 Selector parser
6-
7-
license: MIT-style
8-
9-
authors:
10-
- Thomas Aylott
11-
- Valerio Proietti
12-
- Fabio M Costa
13-
- Jan Kassens
5+
provides: Slick.Parser
146
...
157
*/
168

build

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ BASE = File.dirname(__FILE__)
44

55
File.open(BASE + '/slick.js', 'w') do |file|
66

7-
file << File.read(BASE + '/Slick.Parser.js')
8-
file << File.read(BASE + '/Slick.Finder.js')
7+
file << File.read(BASE + '/Source/Slick.Parser.js')
8+
file << File.read(BASE + '/Source/Slick.Finder.js')
99

1010
end

package.yml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: "Slick"
2+
3+
web: "[mootools.net](http://mootools.net)"
4+
5+
description: "Slick, the most awesome CSS Parser and Finder"
6+
7+
license: "[MIT License](http://mootools.net/license.txt)"
8+
9+
copyright: "&copy; [MooTools](http://mootools.net)"
10+
11+
authors:
12+
- Thomas Aylott
13+
- Valerio Proietti
14+
- Fabio M Costa
15+
- Jan Kassens
16+
17+
sources:
18+
- "Source/Slick.Parser.js"
19+
- "Source/Slick.Finder.js"

0 commit comments

Comments
 (0)