Changes between Initial Version and Version 9 of Ticket #1014
- Timestamp:
- 05/04/2015 08:13:05 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1014
-
Property
Status
changed from
new
toreopened
- Property Cc stephen@… added
-
Property
Component
changed from
General
todeveloper.wordpress.org
-
Property
Summary
changed from
Compile sass using grunt
toDevHub: Compile sass using grunt
-
Property
Type
changed from
defect
toenhancement
-
Property
Status
changed from
-
Ticket #1014 – Description
initial v9 1 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. 2 1 3 This way it is easier to get started, using only 'npm install', 'grunt sass' and 'grunt watch'.