Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Feature: Sourcemaps (#16963) | Marco Biedermann | 2016-09-08 | 1 | -5/+7 |
| | | | | | | * add "gulp-sourcemaps" to create a CSS sourcemap * replace "gulp-closure-compiler-service" with "gulp-uglify" | ||||
* | Split styles into a less opinionated base stylesheet and a theme stylesheet ↵ | Rik Schennink | 2016-09-08 | 1 | -1/+11 |
| | | | | | | | | | | | | | | | | and merge with Gulp (#16940) * add slash to explicitly ignore directories (https://git-scm.com/docs/gitignore) * Split the stylesheet into a base and theme file * Add gulp-concat which is used to merge the base and theme styles to create awesomplete.css * Add resulting awesomplete.css file * Correct gulp-dest target to match minify target * Update docs to reflect awesomplete.css is a generated file. | ||||
* | Replace make with gulp for minification | Vladislav Zarakovsky | 2016-01-03 | 1 | -0/+19 |