ignores uploads
4
.gitignore
vendored
@@ -223,5 +223,7 @@ src/**/*.css
|
|||||||
demo**/*.css
|
demo**/*.css
|
||||||
dist
|
dist
|
||||||
|
|
||||||
# Ignore demo/uploads
|
# Ignore all uploads
|
||||||
demo/upload
|
demo/upload
|
||||||
|
demo/media
|
||||||
|
demo/files
|
||||||
|
|||||||
@@ -7,8 +7,8 @@ module.exports = {
|
|||||||
plural: 'Files',
|
plural: 'Files',
|
||||||
},
|
},
|
||||||
upload: {
|
upload: {
|
||||||
staticURL: '/media',
|
staticURL: '/files',
|
||||||
staticDir: 'demo/media',
|
staticDir: 'demo/files',
|
||||||
imageSizes: [
|
imageSizes: [
|
||||||
{
|
{
|
||||||
name: 'tablet',
|
name: 'tablet',
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 359 B |
|
Before Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 110 KiB |
|
Before Width: | Height: | Size: 359 B |
|
Before Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 110 KiB |