Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Working on the dashboard layout

Steven Rombauts edited this page Nov 6, 2017 · 7 revisions

If you just want to edit the styling of the dashboard files, it can be too complicated and time consuming to provision the box from scratch and set up the required symbolic links. Clone the repository into your www directory instead and edit from there. The paths are hardcoded into the dashboard index.php so everything works.

Cloning

Symlink (optional)

To replace the box's dashboard with the clone you are working on, you need to replace the original directory with a symlink to the directory we created above:

  • vagrant ssh
  • mv ~/scripts/ ~/scripts-backup
  • ln -s /var/www/joomlatools-vagrant/puppet/modules/custom/profiles/files/box/scripts ~/scripts

When done, simply commit and push again. The changes will be included automatically on the next build.

Grunt

Grunt is being used to compile source files and BrowserSync. Assuming you have Grunt installed:

  • npm install
  • grunt (grunt --canary if your prefer Chrome Canary)
Clone this wiki locally