Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2538)

Issue 12148043: Add SCSS support (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 9 months ago by huwshimi
Modified:
10 years, 9 months ago
Reviewers:
mp+177744
Visibility:
Public.

Description

Add SCSS support Added SCSS building to the template builders. At the moment we're building LESS and SCSS but we can remove LESS once the CSS files have been migrated over. I've added a new folder in the standard assets folder, all CSS wil eventually be migrated to the new folder. Anything in the new directory will be built using SCSS. I ended up use the node-sass model instead of pysass as our build setup is designed to use Node models already. If anyone has an issue we could add additional build steps to replace this in Python. https://code.launchpad.net/~huwshimi/juju-gui/add-scss/+merge/177744 (do not edit description out of merge proposal)

Patch Set 1 #

Patch Set 2 : Add SCSS support #

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -4 lines) Patch
M Makefile View 1 chunk +2 lines, -1 line 0 comments Download
A [revision details] View 1 chunk +2 lines, -0 lines 0 comments Download
A app/assets/css/base.scss View 1 chunk +2 lines, -0 lines 0 comments Download
M config.js View 1 chunk +3 lines, -0 lines 0 comments Download
M lib/templates.js View 4 chunks +24 lines, -3 lines 0 comments Download
M npm-shrinkwrap.json View 1 chunk +27 lines, -0 lines 0 comments Download
M package.json View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 2
huwshimi
Please take a look.
10 years, 9 months ago (2013-07-31 07:18:11 UTC) #1
huwshimi
10 years, 9 months ago (2013-08-01 00:26:57 UTC) #2
*** Submitted:

Add SCSS support

Added SCSS building to the template builders.

At the moment we're building LESS and SCSS but we can remove LESS once the CSS
files have been migrated over.

I've added a new folder in the standard assets folder, all CSS wil eventually be
migrated to the new folder. Anything in the new directory will be built using
SCSS.

I ended up use the node-sass model instead of pysass as our build setup is
designed to use Node models already. If anyone has an issue we could add
additional build steps to replace this in Python.

R=
CC=
https://codereview.appspot.com/12148043
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b