Closed
Bug 738406
Opened 13 years ago
Closed 9 years ago
[bedrock] In DEBUG mode, LESS should work without further ado
Categories
(www.mozilla.org :: Bedrock, defect)
www.mozilla.org
Bedrock
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: jlong, Unassigned)
Details
Our dev environment currently requires node and less because jingo-minify compiles it server-side. We should use the client-side library so that you don't have to install node. It also seems to be more reliable.
See this issue for full discussion: https://github.com/mozilla/bedrock/issues/19
Reporter | ||
Updated•13 years ago
|
Assignee: server-ops → nobody
Component: Server Operations: Web Operations → www.mozilla.org/firefox
Product: mozilla.org → Websites
QA Contact: cshields → www-mozilla-com
Comment 1•13 years ago
|
||
:jlonsger , Does this relate to bug 733386?
Reporter | ||
Comment 2•13 years ago
|
||
(In reply to Brandon Burton [:solarce] from comment #1)
> :jlonsger , Does this relate to bug 733386?
Not exactly, that bug is required for the production sites to compress our CSS code. The current version of less.js has a bug that doesn't handle some our special CSS syntax.
This is just to remove the requirement for node and less.js for local development. We can simply use the client-side js library.
Assignee | ||
Updated•13 years ago
|
Component: www.mozilla.org/firefox → www.mozilla.org
Assignee | ||
Updated•13 years ago
|
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
Updated•12 years ago
|
Component: General → Bedrock
OS: Mac OS X → All
Hardware: x86 → All
Version: other → unspecified
Comment 3•10 years ago
|
||
I would like to work on this. Can someone assign to me or may I do that myself?
Comment 4•10 years ago
|
||
(In reply to Jonas Strømsodd from comment #3)
> I would like to work on this. Can someone assign to me or may I do that
> myself?
Never mind that. I guess Stylus is what is being used ATM?
Comment 5•9 years ago
|
||
This is an old bug and the issue is no longer really applicable to bedrock's current setup. We're still using Less, but planning on moving over to Sass in the near future. Node is also more of a dev requirement these days for various other things. Closing this as wontfix.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•