Jump to content

RockDevTools - A Fresh Start for Development Tools (AIOM + LiveReload)


bernhard
 Share

Recommended Posts

Hi everyone!

I've started working on a new module that contains development tools like asset minification. Why a new module when RockFrontend and RockMigrations already have similar features?

I wanted to start fresh to make the code cleaner, and most importantly make it work properly with template cache! The old implementation in RockFrontend using page render hooks simply couldn't handle that.

The module is intended for development-only and should be disabled on production. The idea is to create minified assets while developing and then push the minified assets to production and there just include them in your markup!

LiveReload has also been moved from RockFrontend to this module. It's simply not a frontend-tool but rather a development tool! Using RockMigrations, for example, I'm always using the LiveReload feature on the backend, so it does not really make sense to have it in the frontend module 🙂 

Download & Docs: baumrock.com/RockDevTools

  • Like 9
Link to comment
Share on other sites

  • bernhard changed the title to RockDevTools - A Fresh Start for Development Tools (AIOM + LiveReload)
  • 4 weeks later...

I set the configuration as instructed $config->rockdevtools = true.

Yet still there is no config UI or evidence in the dashboard of rock dev tools anywhere besides the module install screen.

I even tried commenting out the 2 lines in the module's source code that exit early if $config->rockdevtools is not true. 

Any ideas on troubleshooting to get this module to appear in the ui?

Link to comment
Share on other sites

Not sure I understand your message. RockDevTools does not provide a UI. It provides an API to minify/merge assets and it provides SSE based live reload for your local pw development.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...