Davis First off, you need a namespace in your bootstrap.php and don't need the use Flagrow\RTL\Listener; Secondly, could you post your package.json?
Hazan datitisev I don't know how to check it... Davis I will try to change it, and about the package.json: { "private": true, "devDependencies": { "flarum-gulp": "^0.1.0", "gulp": "^3.9.1" } }
jordanjay29 Hazan datitisev I don't know how to check it... F12 in Firefox or Chrome. Other browsers may activate from a right click or menu item.
Davis Hazan Just as I suspected ? Change the package.json to this: { "private": true, "devDependencies": { "gulp": "^3.8.11", "flarum-gulp": "^0.2.0" } } make sure you 're-gulp' your JS files
Davis Hazan apologies, I forgot you mention you have to delete the node_modules folder and run npm install again. Then re-gulp
Hazan Davis Umm, still not... I navigate to: vendor\hazanpro\flarum-ext-rtl\js\forum I deleted the folder: vendor\hazanpro\flarum-ext-rtl\js\forum\node_modules And running this command: npm install Than this: gulp watch There is no any alert...
jordanjay29 I believe gulp watch waits for changes. If you have already made them, you will need to manually run gulp.
Davis Are you sure your extension is enabled? Make sure you install it like this: https://discuss.flarum.org/d/1608-extension-development-using-composer-repositories-path