Making WordPress.org

Changes between Initial Version and Version 9 of Ticket #1014


Ignore:
Timestamp:
05/04/2015 08:13:05 AM (11 years ago)
Author:
DrewAPicture
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1014

    • Property Component Generaldeveloper.wordpress.org
    • Property Type defectenhancement
    • Property Status newreopened
    • Property Cc stephen@… added
    • Property Summary Compile sass using gruntDevHub: Compile sass using grunt
  • Ticket #1014 – Description

    initial v9  
     1Currently 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
    13This way it is easier to get started, using only 'npm install', 'grunt sass' and 'grunt watch'.