This repository was archived by the owner on Oct 27, 2019. It is now read-only.
File tree 4 files changed +23
-21
lines changed
4 files changed +23
-21
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
2
---
3
3
name: Slick.Finder
4
+ description: The new, superfast css selector engine.
4
5
provides: Slick.Finder
5
6
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
16
7
...
17
8
*/
18
9
Original file line number Diff line number Diff line change 1
1
/*
2
2
---
3
3
name: Slick.Parser
4
- provides: Slick.Parser
5
4
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
14
6
...
15
7
*/
16
8
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ BASE = File.dirname(__FILE__)
4
4
5
5
File . open ( BASE + '/slick.js' , 'w' ) do |file |
6
6
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' )
9
9
10
10
end
Original file line number Diff line number Diff line change
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 : " © [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"
You can’t perform that action at this time.
0 commit comments