firekyll-generator-gulp-webapp

0.10.0 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i firekyll-generator-gulp-webapp

Weekly Downloads

1

Version

0.10.0

License

MIT

Last publish

Collaborators

  • wilsson