This commit is contained in:
Kyle Drake 2016-08-18 12:45:10 -07:00
parent 7c4ffcb413
commit b3300f4ad0

View file

@ -34,11 +34,11 @@ class Site < Sequel::Model
}
VALID_EXTENSIONS = %w{
html htm txt text css js jpg jpeg png gif svg md markdown eot ttf woff woff2 json geojson csv tsv mf ico pdf asc key pgp xml mid midi manifest otf webapp less sass rss kml dae obj mtl
html htm txt text css js jpg jpeg png gif svg md markdown eot ttf woff woff2 json geojson csv tsv mf ico pdf asc key pgp xml mid midi manifest otf webapp less sass rss kml dae obj mtl scss
}
VALID_EDITABLE_EXTENSIONS = %w{
html htm txt js css md manifest less
html htm txt js css scss md manifest less
}
MINIMUM_PASSWORD_LENGTH = 5