Changeset View
Changeset View
Standalone View
Standalone View
src/docs/user/developer/adding_new_css_and_js.diviner
| Show First 20 Lines • Show All 52 Lines • ▼ Show 20 Lines | |||||
| CSS file, you should rebuild the Celerity map: | CSS file, you should rebuild the Celerity map: | ||||
| phabricator/ $ ./scripts/celerity_mapper.php ./webroot | phabricator/ $ ./scripts/celerity_mapper.php ./webroot | ||||
| If you've only changed file content things will generally work even if you | If you've only changed file content things will generally work even if you | ||||
| don't, but they might start not working as well in the future if you skip this | don't, but they might start not working as well in the future if you skip this | ||||
| step. | step. | ||||
| The generated file `src/__celerity_resource_map__.php` causes merge conflicts | The generated file `resources/celerity/map.php` causes merge conflicts | ||||
| quite often. They can be resolved by running the Celerity mapper. You can | quite often. They can be resolved by running the Celerity mapper. You can | ||||
| automate this process by running: | automate this process by running: | ||||
| phabricator/ $ ./scripts/celerity/install_merge.sh | phabricator/ $ ./scripts/celerity/install_merge.sh | ||||
| This will install Git merge driver which will run when a conflict in this file | This will install Git merge driver which will run when a conflict in this file | ||||
| occurs. | occurs. | ||||
| Show All 17 Lines | |||||