Skip to content
Corentin H edited this page Mar 27, 2015 · 6 revisions

Hey there!

Welcome to the Adm'in.2 wiki!

Feel free to share about Adm'in.2 here

About LESS

If you've been through the code, you may have noticed that we use LESS.

What is it?

Well, it's a CSS pre-processor that can be used on the command-line.

If you want to use your own pre-processor, feel free to fork the project to adapt it!

About Sublime Text

As we use Sublime Text every day, it has become simple to offer you the project file, which contains some Build Systems so that you can easily compile the LESS files.

If you feel like using it with an other editor, feel free to do so! And if you share the tool you use to build it, that's even better!

About GULP

GULP is a great tool to compile and minify all the files. It also watches them so that when you make a change in a LESS or JS file it re-builds (e.g. compile and/or minify) what's necessary.

Clone this wiki locally