Separates assets into - Source assets: `assets` - Compiled assets: `dist` Edits assets.php to reflect changes Removes '.min' from filenames Fixes: - removes 'clean' from build step.
18 lines
282 B
Plaintext
18 lines
282 B
Plaintext
// Grid settings
|
|
// -------------------------
|
|
|
|
@main-sm-columns: @grid-columns;
|
|
@sidebar-sm-columns: 4;
|
|
|
|
|
|
// Brand colors
|
|
// -------------------------
|
|
|
|
@brand-primary: #27ae60;
|
|
|
|
|
|
// Glyphicons path
|
|
// -------------------------
|
|
|
|
@icon-font-path: "../fonts/";
|