diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-06-08 16:36:10 -0400 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-06-08 16:36:10 -0400 |
commit | 519e234aab885944cf165f29a2a5f09bf02f0f79 (patch) | |
tree | 3dfeace173dbe17832def2c02e36494161132ce8 /_plugins/compass_compiler.rb | |
parent | 4b56cd93283f1941e803647f417e1ac73457b6b8 (diff) | |
download | my_new_personal_website-519e234aab885944cf165f29a2a5f09bf02f0f79.tar.xz my_new_personal_website-519e234aab885944cf165f29a2a5f09bf02f0f79.zip |
Improved theme install process
added missing assets
Diffstat (limited to '_plugins/compass_compiler.rb')
-rw-r--r-- | _plugins/compass_compiler.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_plugins/compass_compiler.rb b/_plugins/compass_compiler.rb new file mode 100644 index 00000000..dcec746a --- /dev/null +++ b/_plugins/compass_compiler.rb @@ -0,0 +1 @@ +system "compass compile --css-dir source/stylesheets" |