need to run : drush ev 'drupal_flush_all_caches();' drush cr and restart nginx and php-fpm before loading the website
22 lines
415 B
JSON
22 lines
415 B
JSON
{
|
|
"name": "edlp_d8_theme",
|
|
"version": "1.0.0",
|
|
"authors": [
|
|
"Bachir Soussi Chiadmi <bachir@figureslibres.io>"
|
|
],
|
|
"license": "MIT",
|
|
"homepage": "http://encyclopediedelaparole.org",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"jquery.hotkeys": "latest",
|
|
"masonry-layout": "latest",
|
|
"imagesloaded": "latest"
|
|
}
|
|
}
|