English 中文(简体)
英特尔利j IDEA 11:我如何汇编无资料的论文?
原标题:Intellij IDEA 11: how can I compile .css from .less?

我如何从无知的内elli中编集。 这肯定会是容易死亡的,但我 st。 谁知道如何这样做?

最佳回答

IntelliJ IDEA relies on web frameworks and third-party deployment tools to perform this task. There is a feature request to perform such compilation internally, feel free to vote.

问题回答

• 利用档案观察仪汇编《国际功能评估》第12版中的LESS:

Install File Watchers extension from within IDEA. Go to B. 设置和开发; Setting ;

接下来,你需要一个<>transcoder,这套内容已纳入到LESS关于噪音的一揽子计划中。 j)

Install node.js from http://nodejs.org/

从指挥线上,npm 安装――g less以安装LESS包。

Then you can create a watcher under Settings > Project Settings > File Watchers. Choose the LESS template and it will find your transcoder automatically.

我知道这个问题的是英特尔法协会第11号,但如果你发现这一页,即使你重新搜索第12号案,其选择胜于LESS汇编师的 p(这是一个巨大的gin子——由于它有很多好处,Andre!)。

It s a plugin called File Watchers, made by the JetBrains team. It comes bundled with WebStorm 6 and PhpStorm 6, but you have to download and install for the other JetBrians IDEs. Steps:

Settings -> Plugins -> Browse repositories (button at the bottom) -> search for "file watchers" -> select File Watchers -> click download icon at top -> Close -> OK

More info on jetBrains blog

You can set a File Watcher with the following parameters:

姓名:LESS

说明: 编造文件,无文件

文件类型:LESS文件

Scope: Project Files

Program: C:UsersOwnerAppDataRoaming pmlessc.cmd

地址: -- 零美元

工作名录:您的工作名录

流向Refresh的输出途径:FileDir$FileNameWithoutExtension$.cs





相关问题
CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

jquery ui dialog opens only once

I have a button that opens a dialog when clicked. The dialog displays a div that was hidden After I close the dialog by clicking the X icon, the dialog can t be opened again.

Drop down background url in Safari Issue

selectBox.selectCSS { background: url(/Images/replacementSelectBackground.png) top left no-repeat height:auto; } I have an issue in Safari only where the image is not rendering on top ...

CSS specific for Safari

How do you target specifically safari in css with styles?

Aligning textarea in a form

Ive used the following css code to align my form elements: form { position:relative; } form input { position:absolute; left:11em; } However, the textarea element is not aligned correctly with the ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

CSS problem with page footer

I have defined my page footer in the css file as: #footer { position: absolute; height: 50px; text-align: center; background: #66CCCC; bottom: 0px; left: 0px; width: 100%; height: ...

热门标签