All Projects → danmall → danmallme

danmall / danmallme

Licence: other
DanMall.me

Programming Languages

PHP
23972 projects - #3 most used programming language
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to danmallme

generator-veams
Scaffold modern frontend web apps or web pages with a static site generator (Assemble or Mangony), Grunt and/or Gulp, Sass and Bower. Use modern frameworks like Bourbon, Bootstrap or Foundation and structure your JavaScript with ES Harmony support.
Stars: ✭ 45 (-53.61%)
Mutual labels:  grunt, static-site
Kotsu
✨ Clean, opinionated foundation for new projects — to boldly go where no man has gone before
Stars: ✭ 48 (-50.52%)
Mutual labels:  grunt, static-site
mpc-hc.org
The source code of our website.
Stars: ✭ 64 (-34.02%)
Mutual labels:  grunt, static-site
Assemble
Community
Stars: ✭ 3,995 (+4018.56%)
Mutual labels:  grunt, static-site
feweekly
⭐ 前端周刊,让你在前端领域跟上时代的脚步,深度和广度不断精进
Stars: ✭ 34 (-64.95%)
Mutual labels:  grunt
Grunt Saucelabs
Grunt task for running all your browser tests using Sauce Labs
Stars: ✭ 182 (+87.63%)
Mutual labels:  grunt
Grunt Wp I18n
Internationalize WordPress themes and plugins with Grunt.
Stars: ✭ 163 (+68.04%)
Mutual labels:  grunt
Psdle
Improving everyone's favorite online download list, one loop at a time.
Stars: ✭ 141 (+45.36%)
Mutual labels:  grunt
startover
Startover is a boilerplate for developing static websites. With Startover you don't have to start over!
Stars: ✭ 15 (-84.54%)
Mutual labels:  static-site
asws
Another static web server, plus JSON REST API for exposing specified directory listings. Useful for download pages or listings asset for web applications.
Stars: ✭ 21 (-78.35%)
Mutual labels:  static-site
Jqplot
A Versatile and Expandable jQuery Plotting Plugin
Stars: ✭ 219 (+125.77%)
Mutual labels:  grunt
Hexo Theme Laughing
A lightweight hexo theme
Stars: ✭ 185 (+90.72%)
Mutual labels:  grunt
TypeScript-AMD-Boilerplate
A TypeScript AMD Grunt Boilerplate with RequireJS
Stars: ✭ 46 (-52.58%)
Mutual labels:  grunt
Grunt Html
Grunt plugin for html validation
Stars: ✭ 165 (+70.1%)
Mutual labels:  grunt
jodd-site
Jodd site and documentation in plain markdown.
Stars: ✭ 16 (-83.51%)
Mutual labels:  static-site
Grunt Sftp Deploy
Grunt task for code deployment over sftp
Stars: ✭ 158 (+62.89%)
Mutual labels:  grunt
Grunt Recess
[DEPRECATED] Lint and minify CSS and LESS
Stars: ✭ 205 (+111.34%)
Mutual labels:  grunt
jasper2
Full-featured Jekyll port of Ghost's default theme Casper v2 👻
Stars: ✭ 725 (+647.42%)
Mutual labels:  static-site
Grunt Image
Optimize PNG, JPEG, GIF, SVG images with grunt task.
Stars: ✭ 201 (+107.22%)
Mutual labels:  grunt
Barekit
A bare minimum responsive framework
Stars: ✭ 201 (+107.22%)
Mutual labels:  grunt

Starter Files, using Grunt

This is an ode to Chris Coyier. Thank you, Chris. http://24ways.org/2013/grunt-is-not-weird-and-hard/

  1. Create a package.json file in your project root.
  2. Run 'npm install' on your project root.
  3. Install command line tools: 'npm install -g grunt-cli'
  4. Install these Grunt packages:
    • npm install --save-dev grunt-sass
    • npm install grunt-contrib-compass --save-dev
    • npm install grunt-contrib-watch --save-dev
    • npm install grunt-contrib-uglify --save-dev
    • npm install grunt-contrib-concat --save-dev
    • npm install grunt-criticalcss --save-dev
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].