gulp-less Questions

3

Solved

In my office we are using gulp to build our less files. I wanted to improve the build task as it took over a second to build on a large project we recently worked on. The idea was to cache the file...
Helfant asked 29/10, 2014 at 10:50

6

I'm trying out Gulp on one of my projects and I wanted to run it like I used to with Grunt watch. Meaning, it has to watch less files and js files, lint, merge, compile and refresh the browser once...
Cascabel asked 22/4, 2015 at 14:41

4

Solved

I'm having a problem with gulp. I run gulp-watch along with gulp-less and gulp-clean. Everything is running perfectly. When I edit somefile.less and I save it with a semi-colon missing or maybe I ...
Abdomen asked 27/1, 2015 at 8:51

3

Solved

I'm trying to compile my LESS files using the gulp-useref plugin, but it is as if the gulp-less plugin never outputs a compiled version of my LESS files in the pipeline. The LESS files get concaten...
Feltner asked 23/12, 2014 at 21:1

2

Previously in my MVC apps, I've used .NET to optimize (concatenate, minify, etc.) my CSS files. I've had to use custom transform classes to handle paths in my CSS like: .brand { background-image:...
Inna asked 16/7, 2015 at 13:52

6

Solved

I really do like gulpjs it was my task manager of choice, but I kind of wish I knew about task managers a few months back and got into gruntjs, mainly for the support. For gulpjs its hard to find i...
Emplacement asked 24/2, 2014 at 17:24

5

I am using LESS compiler via a gulp-less in my gulpjs build. I have enabled sourceMap generation, and it kind of works, the proper file names and line numbers are there. The gulp line that generat...
Ardith asked 23/3, 2014 at 12:21

4

Solved

I am using less and Grunt, and am moving to gulp. My less works. When I run: lessc public/less/myapp.less I get working output with no errors. All my less, including includes, is in public/les...
Trappist asked 9/1, 2014 at 16:37

2

I'm trying to install semantic-ui using npm and gulp using this tutorial: http://www.semantic-ui.com/introduction/getting-started.html I run npm install semantic-ui --save and everything's fine. b...
Trichinopoly asked 3/7, 2015 at 21:43

1

Solved

According to this question it's possible to import css file from less v.1.4.0. I tried to use gulp-less task, and it's not working. There's any way to import css file like this: @import "../sprites...
Wellborn asked 19/4, 2015 at 8:13

1

I use the packages gulp-less and gulp-sourcemaps. My less file is located under Styles/main.less, but the generated source map points to source/main.less (where source/ seems to be a prefix). How t...
Ramonramona asked 23/11, 2014 at 20:52

1

Solved

I've been struggling with this for a few hours now. I have the following in my gulpfile: gulp.task('styles', function() { gulp.src('C:\\TeamCity\\buildAgent\\work\\5003e8de5901599\\dev\\Content\\...
Conditioned asked 5/12, 2014 at 18:12

2

I've today started to look at gulp.js to compile my less files etc. I've got it up and running with a task but the compiled files are all placed in the same folder - not maintaining the source hie...
Archicarp asked 22/2, 2014 at 23:37

1

I'm trying to do the following: Combine all CSS files (jQuery plugins) Combine media queries Minify CSS Write sourcemap after that I try to do something else in a different folder Translate L...
Braid asked 14/8, 2014 at 13:9

1

Solved

I have two LESS files in my /less folder : main.less: @import 'vars'; body{ background-color: @blau; } and vars.less @blau : #6621ab; My gulp task using gulp-less and gulp-sourcemaps gulp...
Quinones asked 31/8, 2014 at 12:18

3

Solved

I just started playing with gulp, and it's very fast and easy to use but it seems to have a critical flaw: what do you do when a task needs to output more than one type of file? For example, gulp-...
Velocipede asked 13/2, 2014 at 6:9

1

Solved

I'm trying to get my head around gulp to watch and compile a .less project + livereload. I have a style.less file which use @import. When i run the gulp task it doesn't seem to understand the impor...
Laurenalaurence asked 30/5, 2014 at 11:42

3

Solved

I'm struggling with the following: My gulpfile.js compiles all .less, minifies it and concattenates all CSS into ./dist/all.min.css Is there a way I can rewrite the HTML file, remove all style ta...
Sello asked 12/1, 2014 at 8:48
1

© 2022 - 2024 — McMap. All rights reserved.