tibor-kulcar / assemble-seed

Sample project to build static webpages using assemble.js and grunt with less, coffee and twitter bootstrap with i18n support

Home Page:http://tibor-kulcar.github.io/assemble-seed/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

assemble-seed

Scaffold project to generate static sites using assemble.io, less, coffescript and twitter bootstrap

Dependencies

Setup

just run

npm install

and watch the magic :)

Development

For development purposes i've created grunt task called 'dev'. It builds application, compile less and coffee files, watch for changes in source files and run http server on localhost using port 3000

So type in

grunt dev

Now you can view your site generated by asseble on your localhost:3000 and should look exactly like demo site

Site you've created can be found in 'build/' directory.

Deployment

There are two grunt tasks to deploy your site to production server. Most likely you have ftp access to your hosting. In that case use

grunt ftp_deploy

If you have shell access you can use rsync which is more secure and comfortable:

grunt rsync_deploy

About

Sample project to build static webpages using assemble.js and grunt with less, coffee and twitter bootstrap with i18n support

http://tibor-kulcar.github.io/assemble-seed/


Languages

Language:CSS 56.5%Language:CoffeeScript 43.5%