CREDITS.txt |
CREDITS.txt |
|
Thanks to Cloud9 (http://c9.io) and their indispensable Ace Editor (http://ace.c9.io) made freely available for you to write your code in beauty and structure.
Patches implemented by jurgenhaas and aznleng to further promote applicability to larger… |
live_css.css |
css/live_css.css |
|
#csstab {
font-size: 14px;
position: fixed;
top: 30%;
right: 0;
height: 80px;
width: 36px;
overflow: hidden;
}
#csstab > div {
font: 14px/14px monospace!important;
position: relative;
left: -17px;
top: 25px;
height: 28px;
… |
live_css.drush.inc |
drush/live_css.drush.inc |
|
Action for DruSH to take to easily set up Live CSS and download Ace
for the user. |
live_css.info |
live_css.info |
|
name = Live CSS
description = Edit and save CSS changes live on the site
core = 7.x
version = 7.x-2.x-dev
package = Development
configure = admin/config/development/live_css
dependencies[] = libraries (2.x)
files[] = live_css.module |
live_css.install |
live_css.install |
|
Installation functions for Live CSS module. |
live_css.module |
live_css.module |
|
Allows editing and a live view of all changes in real-time in the browser. |
TODO.txt |
TODO.txt |
|
@TODO
- Issues on project page
- Fix images giving 404 (trying to read from base URL instead of relative to the CSS file) - this is already an issue I think
- Setup incremental or differential back-ups upon each save depending on cost to server… |