/* css:build
====================================================*/
gulp.task("css:build", function(){
gulp.src(path.src.css)
.pipe(sourcemaps.init())
//.pipe(plumber())
.pipe(sass())
.pipe(autoprefixer())
//.pipe(removeComments())
//.pipe(cssbeautify())
//.pipe(csscomb())
.pipe(sourcemaps.write())
.pipe(gulp.dest(path.build.css))
.pipe(browserSync.stream())
.pipe(cssnano({
zindex: false,
discardComments: {
removeAll: true
}
}))
.pipe(rename("style.min.css"))
.pipe(gulp.dest(path.build.css));
});
avocode*
avocode.desktop.in
avocode.png
blink_image_resources_200_percent.pak
content_resources_200_percent.pak
content_shell.pak
icudtl.dat
libffmpeg.so
libnode.so*
LICENSE.electron.txt
LICENSES.chromium.html
locales/
natives_blob.bin
pdf_viewer_resources.pak
resources/
snapshot_blob.bin
ui_resources_200_percent.pak
views_resources_200_percent.pak
[Desktop Entry]
Name=Avocode
Comment=The bridge between designers and developers
GenericName=Design Inspector
Exec=avocode
Icon=avocode.png
Type=Application
StartupNotify=true
Categories=GNOME;GTK;Utility;Development;
MimeType=text/plain;
Keywords=avocode