Opened 9 years ago
Closed 8 years ago
#1014 closed enhancement (fixed)
DevHub: Compile sass using grunt
Reported by: | atimmer | Owned by: | coffee2code |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Developer Hub | Keywords: | has-patch |
Cc: |
Description (last modified by )
Currently we compile using ruby sass, but it would be better to use grunt so we can use other things as well, such as autoprefixer and cssjanus.
This way it is easier to get started, using only 'npm install', 'grunt sass' and 'grunt watch'.
Attachments (1)
Change History (15)
#5
@
9 years ago
These tickets are about devhub, so they belong here. I am planning to work on these and I am posting these here to have a place to put the patches.
This ticket was mentioned in Slack in #meta by netweb. View the logs.
9 years ago
#8
@
9 years ago
Because I cannot change the ticket, more clarification here about the ticket:
This ticket is about the developer.wordpress.org theme that is located here: https://meta.trac.wordpress.org/browser/sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer
Currently we compile using ruby sass, but it would be better to use grunt so we can use other things as well, such as autoprefixer and cssjanus.
#9
@
9 years ago
- Description modified (diff)
- Summary changed from Compile sass using grunt to DevHub: Compile sass using grunt
#10
@
9 years ago
- Keywords has-patch added; needs-patch removed
1014.diff just adds a package.json and a Gruntfile.js and recompiles the CSS.
I believe that you're posting these in the wrong place. This is the meta.trac, we talk about various bits and components of the WordPress.org website itself here. If you have any core enhancements, you should use the core.trac instead.