2.0.5 • Published 3 years ago

commander-gulp-styles v2.0.5

Weekly downloads
4
License
MIT
Repository
github
Last release
3 years ago

Commander Gulp Styles Dynamic

Instalación

$ npm install commander-gulp-styles

Comando a ejecutar

  • Comando para Developer
$ commander-gulp-styles scss 'entry' --sc 'ouput'
$ commander-gulp-styles stylus 'entry' --st 'ouput'
  • Comando para Producción
$ commander-gulp-styles prod:scss'entry' --sc 'ouput'
$ commander-gulp-styles prod:stylus 'entry' --st 'ouput'

Configuración por el package.json

"scripts": {
   "scss": "commander-gulp-styles scss \"frontend/src/static/styles/*.scss\" \"frontend/src/static/styles/**/*.scss\" --sc \"docs/styles/\"",
   "stylus": "commander-gulp-styles stylus \"frontend/src/static/styles/*.stylus\" \"frontend/src/static/styles/**/*.stylus\" --st \"docs/styles/\"",
   "prod:scss": "commander-gulp-styles prod:scss \"frontend/src/static/styles/*.scss\" \"frontend/src/static/styles/**/*.scss\" --sc \"docs/styles/\"",
   "prod:stylus": "commander-gulp-styles prod:stylus \"frontend/src/static/styles/*.stylus\" \"frontend/src/static/styles/**/*.stylus\" --st \"docs/styles/\""
}

Link

https://jugaz.github.io/commander-gulp-styles/

2.0.5

3 years ago

2.0.3

3 years ago

2.0.4

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago