JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
auto css-bumping!
authorJason Woofenden <jason@jasonwoof.com>
Mon, 9 Jun 2014 05:22:46 +0000 (01:22 -0400)
committerJason Woofenden <jason@jasonwoof.com>
Mon, 9 Jun 2014 05:22:46 +0000 (01:22 -0400)
.htaccess
admin_pages.html
code/wfpl
template.html

index 763f1ab..e8dd622 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -8,8 +8,6 @@ DirectoryIndex disabled
 AddDefaultCharset UTF-8
 RewriteEngine  on
 RewriteRule    ^[^/.]*$  /run.php [L]
-RewriteRule    ^style_[0-9]*.css$  /style.css [L]
-RewriteRule    ^style_[0-9]*.less$  /style.less [L]
 
 <FilesMatch "\.(css|jpg|png)$">
        ExpiresActive On
index 214cfce..dba6950 100644 (file)
@@ -8,7 +8,7 @@
        <script type="text/javascript">
                function make_wysiwyg(name) {
                        CKEDITOR.replace(name, {
-                               'contentsCss': 'style_01.css',
+                               'contentsCss': 'style.css?m=~style.css mtime~',
                                'allowedContent': true,
                                'stylesSet': [
                                        { name: 'Paragraph', element: 'p'},
index 571c58f..d678dac 160000 (submodule)
--- a/code/wfpl
+++ b/code/wfpl
@@ -1 +1 @@
-Subproject commit 571c58fff7b139f590b5c4862761092bc1045436
+Subproject commit d678dac1ba23e7618e5497b24e046f1f7fa74e5a
index e48e96d..8021810 100644 (file)
@@ -8,7 +8,7 @@
                ~$running_locally {~<script src="/javascript/html5.js"></script>~}~
                ~$running_locally unset {~<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>~}~
        <![endif]-->
-       <link rel="stylesheet~$running_locally {~/less~}~" href="style_01.~$running_locally {~less~}~~$running_locally unset {~css~}~" /><!--~$running_locally {~--><script>less = {env:'development'};</script><script src="/javascript/less/less.min.js"></script><!--~}~-->
+       <link rel="stylesheet~$running_locally {~/less~}~" href="style.~$running_locally {~less?m=~style.less mtime~~}~~$running_locally unset {~css?m=~style.css mtime~~}~" /><!--~$running_locally {~--><script>less = {env:'development'};</script><script src="/javascript/less/less.min.js"></script><!--~}~-->
        <!--~$head~-->
 </head>