Giter Club home page Giter Club logo

simpless's Introduction

SimpLESS Compiler 1.4

Description

LESS ( http://lesscss.org/ ) is a great tool to write CSS much faster. But however - in the way its meant to be (running either on node.js or being interpreted by JavaScript in the browser) its just not usable for most web projects. For the mac there is this great tool called LESS.app ( http://incident57.com/less/ ) but for linux and windows one has to struggle with command line scripts and worse things to compile his LESS files to plain CSS. Who wants to setup a node.js server for this job?!

Me not ;)

So I decided to create a little compiler for LESS that runs on every platform. It utilizes the appcelerator titanium platform ( http://appcelerator.com/ ) to achieve this task.

Changelog

v 1.4

  • tweaked UI
  • removed the compilation options from the lesscode and implemented it into the UI
  • the target CSS file to compile to can now be chosen from the UI
  • implemented usage of http://prefixr.com for automatic CSS3 vendor prefixing
  • embedded the most recent version of less - v 1.3.0
  • implemented a automatic updater for the less compiler
  • if a LESS file starts with a CSS block comment, SimpLESS will keep that comment after minification (i.e. for Wordpress)
  • metric tonne of bugfixes

v 1.3

  • implemented CSS minification (thanks to: https://github.com/GoalSmashers/clean-css ) If you don't want a css file to be minified, place the following comment in your less file: //simpless:!minify
  • added a button for manual recompilation of files
  • added a button for removing files from the list
  • fixed a bug where compiling an empty less file crashes the program
  • fixed a bug in the quit-restore system
  • removed the restore button. Restoring now happens by default.
  • fixed a bug where urls in stylesheets got messed up with random "app://com.wearekiss.simpless.open/" insertions.
  • included LESS parser 1.1.6
  • addded support for backwards @import. Compilation is triggered, if imported files are changed.
  • capturing compiling errors in imported files now.
  • fixed weird file path problems in appcelerator titanium

v 1.2

  • implemented a new drag&drop system. Should work much more reliable now.
  • fixed a bug where a space in the filepath prevented simpless from recognizing it.
  • fixed a bug where the "show love" message was displayed when it shouldnt
  • improved compilation error checking
  • improved contrast in the colors of error messages in the UI
  • included LESS parser 1.1.4
  • added @import functionality
  • when minimizing the app, it goes to the tray
  • added a "restore last session" button
  • implemented an automatic update checker

Download Builds

Download builds for every platform under http://wearekiss.com/simpless/

simpless's People

Watchers

KINGZHI avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.