You-Dont-Need-JavaScript
You-Dont-Need-JavaScript copied to clipboard
the project now has grunt,npm and scss.
- 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.
hey guys and @NamPNQ , when you will accept my PR? thank you.
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 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 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
@stevemao I think gulp
or grunt
not is a big problem
@NamPNQ @stevemao so are we merging this PR?
But it's javascript
Pure npm scripts would be better.
Pure npm scripts would be better.
What do you mean by "pure"?
Without grunt, gulp and so on.