You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
448 B
23 lines
448 B
{ |
|
"all": { |
|
"sourceCodeDir": "app/javascript", |
|
"additionalEntrypoints": [ |
|
"~/{fonts,icons,images}/**/*", |
|
"~/styles/entrypoints/*.scss" |
|
], |
|
"watchAdditionalPaths": [] |
|
}, |
|
"production": { |
|
"publicOutputDir": "packs" |
|
}, |
|
"development": { |
|
"autoBuild": true, |
|
"publicOutputDir": "packs-dev", |
|
"port": 3036 |
|
}, |
|
"test": { |
|
"autoBuild": true, |
|
"publicOutputDir": "packs-test", |
|
"port": 3037 |
|
} |
|
}
|
|
|