0.10.0 • Published 9 years ago

firekyll-generator-gulp-webapp v0.10.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

npm version

Scaffolding development assistance front-end of his blog, using firekyll

Install

sudo npm install firekyll-generator-gulp-webapp -g
|-- frontend
    |-- gulpConfig
	    |-- tasks
		    |-- browsersync.js
		    |-- express.js
		    |-- jekyll.js
		    |-- sass.js
		    |-- watch.js
	    |-- config.local.js
	    |-- path.js
	    |-- plugins.js
	|-- gulpfile.js
	|-- package.json

gulpConfig

Will be all the necessary settings for working with gulp

path.js

Routes necessary for tasks.

config.local.js

configuration file for tasks.

plugins.js

All modules necessary for our blog.

tasks

####browsersync.js

Task needed to create a proxy server to listen to express.

express.js

Where is the server task configured to listen to port 4000. To configure the port, edit config.local.js.

jekyll.js

Jekyll task to run gem.

sass.js

Task copilar style sheets in sass.

watch.js

Task to hear all the changes implemented and refresh the browser.

0.10.0

9 years ago

0.9.9

9 years ago

0.9.8

9 years ago

0.9.7

9 years ago

0.9.6

9 years ago

0.9.5

9 years ago

0.9.4

9 years ago

0.9.3

9 years ago

0.9.2

9 years ago

0.9.1

9 years ago

0.9.0

9 years ago