firekyll-generator-gulp-webapp
v0.10.0
Published
Scaffolding for a front-end web application, for firekyll
Downloads
4
Readme
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.