/typeSC

This is TypeScript & Sass/Compass Project Template.

Primary LanguageJavaScript

typeSC

This is TypeScript & Sass/Compass Project Template.

Getting Started

Install bower

% npm install -g bower

Grunt ~0.4.0

Install Grunt Plugin

  • grunt-typescript
  • grunt-contrib-watch
  • grunt-contrib-uglify
  • grunt-contrib-compass
  • grunt-contrib-concat
  • grunt-contrib-connect
  • grunt-contrib-copy
  • grunt-contrib-clean
% npm install

[option] Install jquery of lib directory

% bower install

Directory

Dev

.ts ... src/**/*.ts
.scss ... src/sass/**/*.scss

publish

.js ... public/typesc.js, public/typesc.min.js
.css ... public/css/typesc.css

Command

compile & compress

% grunt

watch

% grunt watch

server

% grunt server
Running "connect:server" (connect) task
Waiting forever...
Started connect web server on localhost:8000.

© funnythingz