Harsh Singh
Harsh Singh
 The prompt looks like this - when I'm using your dotfiles: $vcs_info_msg_0_`prompt_pure_git_dirty` $prompt_pure_username `prompt_pure_cmd_exec_time` History substring search does not work even though it is sourced. Where do...
I want to be able to pass in `srcset: { '1x': "./small.jpeg", '1.5x': "", , '2x': "./large.jpg", '2.5x': undefined}` and it should output the right srcset
 These ul li ul li ul li structure can be safely turned into divs and much of the styling associated with lists can be removed
 Much of the css is not being used and can be safely removed
``` js var nano = require('gulp-cssnano'); /** * Processes less files into CSS files */ gulp.task('less', ['clean'], function() { return gulp .src([ './src/main/less/screen.less', './src/main/less/print.less', './src/main/less/reset.less' ]) .pipe(less()) .pipe(concat('min.css')) .pipe(nano()) .on('error',...
It would be really cool if we integrated this https://www.npmjs.com/package/gulp-sourcemaps
See here: https://github.com/hsingh23/lens