Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

arkist/grunt-sass-spritesmith-example

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

'grunt-sass' & 'grunt-spritesmith' example

grunt, grunt-sass, grunt-spritesmith를 이용해 ruby-sass + compass 환경을 대체하기 위한 예제

따라해보기

  1. Node.js 환경을 갖춘다

  2. Grunt cli가 없다면 설치해주자

    npm install -g grunt-cli
  3. 프로젝트 폴더를 만들어 소스를 체크아웃 받고 폴더로 이동한다

    git clone https://github.com/arkist/grunt-sass-spritesmith-example.git
    cd grunt-sass-spritesmith-example
  4. 필요한 모듈을 설치한다

    npm install
  5. Gruntfile.js를 참고하며 grunt task들을 테스트 해본다

    grunt devgrunt dist의 차이는 완성되는 css 코드의 형태이다.

About

simple 'grunt-sass' & 'grunt-spritesmith' example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published