spree and locomotive improvements

main
Alessandro Lepore 12 years ago
parent 6934ae58fa
commit ed4f5f90e4

@ -997,8 +997,8 @@
}, },
"Locomotive": { "Locomotive": {
"cats": [ 1 ], "cats": [ 1 ],
"html": "<.*\/sites\/[a-zA-Z0-9]{24}\/theme\/stylesheets\/.*>", "html": "<link[^>]*\/sites\/[a-zA-Z0-9]{24}\/theme\/stylesheets\/.*>",
"implies": [ "Ruby", "Ruby on Rails", "MongoDB" ] "implies": [ "Ruby on Rails", "MongoDB" ]
}, },
"Lotus Domino": { "Lotus Domino": {
"cats": [ 22 ], "cats": [ 22 ],
@ -1639,9 +1639,9 @@
}, },
"Spree": { "Spree": {
"cats": [ 6 ], "cats": [ 6 ],
"html": "<.+\/spree\/products\/[0-9]+\/.+>", "html": "<img[^>]*\/spree\/products\/[0-9]+\/.+>",
"html": "<.+href=.\/assets\/store\/all\-[a-zA-Z0-9]{32}\.css.+>", "html": "<link[^>]*\/assets\/store\/all\-[a-zA-Z0-9]{32}\.css.+>",
"implies": [ "Ruby", "Ruby on Rails"] "implies": [ "Ruby on Rails"]
}, },
"SQL Buddy": { "SQL Buddy": {
"cats": [ 3 ], "cats": [ 3 ],

Loading…
Cancel
Save