Tag

Grunt

0 views collected around this technical thread.

Ctrip Technology
Ctrip Technology
Mar 8, 2016 · Frontend Development

Creating Scalable SVG Sprite Icons with Grunt for Front‑End Projects

This tutorial explains how to create scalable, anti‑aliased SVG sprite icons for web pages by downloading SVGs from IcoMoon, merging them with the Grunt svgstore plugin, and integrating the resulting sprite.svg into HTML with optional IE8 fallback support.

GruntSpritefrontend
0 likes · 4 min read
Creating Scalable SVG Sprite Icons with Grunt for Front‑End Projects
Architect
Architect
Nov 20, 2015 · Frontend Development

Building a GitHub‑Based Static CMS with Editor‑Publish‑Developer Separation

This article explains how to construct a static‑site CMS using GitHub repositories for content, code, and a Travis‑CI‑driven builder, detailing the architecture, deployment pipeline, and the Grunt‑based static generation process for front‑end developers.

CI/CDCMSGitHub
0 likes · 10 min read
Building a GitHub‑Based Static CMS with Editor‑Publish‑Developer Separation