This repository was archived by the owner on Oct 27, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +23
-21
lines changed
Expand file tree Collapse file tree 4 files changed +23
-21
lines changed Original file line number Diff line number Diff line change 11/*
22---
33name: Slick.Finder
4+ description: The new, superfast css selector engine.
45provides: Slick.Finder
56requires: 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
Original file line number Diff line number Diff line change 11/*
22---
33name: Slick.Parser
4- provides: Slick.Parser
54description: 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ BASE = File.dirname(__FILE__)
44
55File . 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
1010end
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