javascript - Gulp-angular, Gulp-less and bootstrap -


i m working gulp-angular yeoman generator , m having troubles dealing gulp-less , bootstrap.

actually, when trying serve files, i've got :

message:     invalid mapping: {"generated":{"line":1293,"column":2},"source":"c:/project/angularjs/ucom/remake/bower_components/bootstrap/less/type.less","original":{"line":1,"column":null},"name":null} in file undefined line no. undefined details:     linenumber: undefined     filename: undefined 

i don't know what's happenning there.

faced same issue. using gulp-sourcemaps while building css files , looks issue 1 of gulp-sourcemaps dependecies.

my hunch convert-source-map.

in case, disabling sourcemaps while building css files did trick me.


Comments

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -