Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
timdouglas committed Oct 17, 2013
1 parent f4f59f5 commit e1eeaa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ It will generate the same structure, only with css as its root folder like:
When you specify an output file, this will be the file name used to compile **all** LESS files to. The content of the file will be overwritten after each compile. When you build all LESS file in the LESS base folder through *Tools \ Less>Css \ Compile all less in less base directory to css* you will only have the CSS of the last compiled file! Assign an empty string to have each LESS file compiled to its CSS counterpart, ie: site.less will become site.css.

### showErrorWithWindow
At the moment this parameter does not have any use.
Set to `true` to see parse errors in a pop up window

# Project settings
You can use the configuration settings that are described above and apply them to just the project you are working on. In order to do this you need to manually alter the `.sublime-project` file. A default project file looks like this:
Expand Down Expand Up @@ -177,4 +177,4 @@ You can add the less2css settings like this:
}
}

Now the user settings `autoCompile` and `minify` will be overriden by the project setting.
Now the user settings `autoCompile` and `minify` will be overriden by the project setting.

0 comments on commit e1eeaa5

Please sign in to comment.