You-Dont-Need-JavaScript icon indicating copy to clipboard operation
You-Dont-Need-JavaScript copied to clipboard

the project now has grunt,npm and scss.

Open douglasdeodato opened this issue 7 years ago • 10 comments

  • Feautures Implemented
  • Grunt and npm installed.
  • Grunt tasks installed: "load-grunt-tasks","time-grunt","grunt-contrib-sass","grunt-contrib-watch","grunt-contrib-connect".
  • we can run a server with the command line grunt serve: http://localhost:8000
  • we can compile the scss for distributio and development with grunt sass
  • we can be watching scss and other changes in the app with grunt watch
  • SCSS is ready for development, I will start in the next PR.

douglasdeodato avatar Oct 18 '16 10:10 douglasdeodato

hey guys and @NamPNQ , when you will accept my PR? thank you.

douglasdeodato avatar Oct 24 '16 10:10 douglasdeodato

Thanks for the PR! Personally I'd prefer to use gulp or npm script, for obvious reason :) or none just to make this as simple as possible. But I'll leave it to other contributors 😄

stevemao avatar Oct 24 '16 10:10 stevemao

@stevemao we could have both , I created the grunt one, because was none and I will start make a sass version of the css files as I discussed here: https://github.com/you-dont-need/You-Dont-Need-Javascript/issues/61 , anyway I am trying to collaborate with the project, soon this PR accepted I can keep going on the SCSS version of this project.

douglasdeodato avatar Oct 24 '16 10:10 douglasdeodato

@douglasdeodato Sorry for I missed this

Great if you add an sample(ex: https://github.com/you-dont-need/You-Dont-Need-Javascript/blob/master/examples/carousel-1.html) and update contribute guide

NamPNQ avatar Oct 24 '16 18:10 NamPNQ

@stevemao I think gulp or grunt not is a big problem

NamPNQ avatar Oct 24 '16 18:10 NamPNQ

@NamPNQ @stevemao so are we merging this PR?

cht8687 avatar Nov 15 '16 23:11 cht8687

But it's javascript

nufrifin avatar Dec 07 '16 20:12 nufrifin

Pure npm scripts would be better.

DanielRuf avatar Jan 25 '18 17:01 DanielRuf

Pure npm scripts would be better.

What do you mean by "pure"?

brodybits avatar Jan 25 '18 18:01 brodybits

Without grunt, gulp and so on.

DanielRuf avatar Jan 25 '18 18:01 DanielRuf