8000 GitHub - carlos-avila/make-sass: Template for Sass applications using Make, NPM and Webpack.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

Template for Sass applications using Make, NPM and Webpack.

License

Notifications You must be signed in to change notification settings

carlos-avila/make-sass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

make-sass

By Mandelbrew

A starting point for a Sass project. This is an experiment to wrap the build process of a Sass application through a Makefile. It's all set up to use node-sass for transpiling SCSS and NPM to manage vendor modules.

It comes pre-configured to install Bootstrap with Autoprefixer.

Workflow

Setup and install:

    make

Compile, bundle and minify everything together:

    make build

Remove built application:

    make clean

Remove build applicatin and Node modules

    make distclean

Contact

Send us an email at contact@mandelbrew.com if you have any questions or comments.

About

Template for Sass applications using Make, NPM and Webpack.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0