Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2013-02-27 11:09:03

goechsler
Plugin Author
Registered: 2013-02-27
Posts: 1

goe_sass - Textpattern sassified

I created a plugin to use SASS from within textpattern for CSS output.

You can find it here: github.com/goechsler/goe_sass

Unfortunately I have no account to put it on textpattern.org. (How can I get one?)

From the plugin help:

This plugin allows the use of SASS for CSS preprocessing within textpattern.

It will compile the SASS code you define within the regular CSS style form to static CSS files, serving it through a tag which is quite similar to the well known <txp:css /> tag.

This plugin relies on phpSASS and borrows code from the sassy module for Drupal.

It started off as a hack of rvm_css, which can do similar things with LESS. Under the hood you will find that it is still heavily based on the code of the great Ruud van Melick.

Last edited by Gocom (2013-02-27 13:36:58)

Offline

#2 2013-02-27 12:41:11

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,007
Website GitHub Mastodon Twitter

Re: goe_sass - Textpattern sassified

Hi and welcome to txp. I have moved your post in the proper forum and also changed your privileges so that you can post there. I’m sure that somebody from the .org site will grant you access there soon.


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

#3 2013-02-27 13:00:14

maratnugmanov
Member
From: Russia / Kazakhstan
Registered: 2013-02-24
Posts: 54
Website

Re: goe_sass - Textpattern sassified

Cool, will install this evening to try :)
Thanks!

Offline

#4 2013-02-27 13:07:37

Bloke
Developer
From: Leeds, UK
Registered: 2006-01-29
Posts: 11,250
Website GitHub

Re: goe_sass - Textpattern sassified

goechsler wrote:

I have no account to put it on textpattern.org. (How can I get one?)

You got mail.


The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.

Txp Builders – finely-crafted code, design and Txp

Offline

#5 2013-02-27 13:22:58

uli
Moderator
From: Cologne
Registered: 2006-08-15
Posts: 4,303

Re: goe_sass - Textpattern sassified

And the last piece in the plugin author puzzle: Just reserved your prefix.

Hi goechsler, welcome to the forum!


In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links

Offline

#6 2013-02-27 13:39:30

Gocom
Developer Emeritus
From: Helsinki, Finland
Registered: 2006-07-14
Posts: 4,533
Website

Re: goe_sass - Textpattern sassified

To continue the tradition, as the very last plugin author puzzle, I’ve added the plugin name to the topic’s title. Helps finding the support thread when needed.

Last edited by Gocom (2013-02-27 13:40:02)

Offline

#7 2013-02-27 19:23:02

developr
Plugin Author
From: Basel
Registered: 2011-09-24
Posts: 65
Website

Re: goe_sass - Textpattern sassified

Cool plugin! I will give that a try… Thanks!!

goechsler wrote:

Unfortunately I have no account to put it on textpattern.org. (How can I get one?)

Can I also get one? I would like to add abl_droploader on textpattern.org too.

Offline

#8 2013-02-28 09:30:40

Bloke
Developer
From: Leeds, UK
Registered: 2006-01-29
Posts: 11,250
Website GitHub

Re: goe_sass - Textpattern sassified

developr wrote:

I would like to add abl_droploader on textpattern.org too.

I thought I set you an account up ages ago — maybe I’m wrong. Did you not get a password? I can try resetting it if you like.


The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.

Txp Builders – finely-crafted code, design and Txp

Offline

#9 2013-02-28 10:17:32

developr
Plugin Author
From: Basel
Registered: 2011-09-24
Posts: 65
Website

Re: goe_sass - Textpattern sassified

Hi Stef

No, I have not received a password. Maybe it’s been lost in space…

Offline

#10 2013-06-12 10:35:28

hildebruns
Member
Registered: 2009-03-10
Posts: 35

Re: goe_sass - Textpattern sassified

Hi,

nice Plugin…

How can i import .scss files (@import “myFile”;) ? Is it possible, i have tried to store a file on my system in my CSS Folder (_myFile.scss), but it doesn´t work.
Thank you in advance…

Offline

#11 2013-06-12 12:31:53

jpdupont
Member
Registered: 2004-10-01
Posts: 752

Re: goe_sass - Textpattern sassified

Hi,

I try your plugin on a 4.6-dev.
I put as new style sheet your sample :

$red: #f00;

body {
	background: $red;
}

The file is generated in the \css directory, but not parsed (output file is exactly the same as input file). Where is my error ?

Last edited by jpdupont (2013-06-12 12:32:26)

Offline

#12 2015-05-25 13:51:11

milosevic
Member
From: Madrid, Spain
Registered: 2005-09-19
Posts: 390

Re: goe_sass - Textpattern sassified

Hi:

The plugin’s installation help explains you have to grab a copy of PHPSass and put it somewhere in your webserver, but the link for grabing PHPSass looks abandoned. When I google for PHPSass there are several proyects named PHPSass arroung the Internet. Does anybody knows wich is the correct one for use with goe_sass?

Thank you.

Last edited by milosevic (2015-05-25 13:57:16)


<txp:rocks/>

Offline

Board footer

Powered by FluxBB