Skip to content

SauloSilva/mvcss

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

172 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MVCSS

Contributing

We use Semantic Versioning for all versioning. When you make a Major, Minor, or Patch update, you'll need to the do the following:

  • Run the build to update the build files (grunt build) and verify nothing breaks
  • Update the CHANGELOG.md file
  • Update the version number in application.sass
  • Add the new tag locally
  • Push the tag (along with your commit(s))
  • Update the version number in the documentation

Compiling

If you want to compile MVCSS into an application.css (and application.min.css) file, you'll need to first install Grunt.js:

npm install -g grunt-cli

Next, jump into the _build directory and install dependencies:

cd _build
npm install

And then run:

grunt build

You should now have a css directory in _build/ with the compiled CSS files.

License

MVCSS is licensed under the MIT License.

About

Sass-based CSS Architecture

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • CSS 90.9%
  • HTML 7.7%
  • JavaScript 1.4%