Use documented glob syntax over regexp mix

pull/38/head
Jay Kamat 6 years ago
parent 2cbf0b252f
commit ea5a023ec3
No known key found for this signature in database
GPG Key ID: 5D2E399600F4F7B5

@ -6,4 +6,4 @@
// parent directory. Using "stylus -r" should make this unnecessary,
// but it doesn't.
// Sites starting with '_' will not be included.
@require 'sites/[^_]*.styl'
@require 'sites/[!_]*.styl'

Loading…
Cancel
Save