Skip to content
/ gulp Public

Gulp and HAML files + SCSS/LESS/SASS - compare frontend technologies

Notifications You must be signed in to change notification settings

lapinskap/gulp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gulp

First gulp experience. Gulp + HAML + SCSS

Table of contents

General info

I wanted to test gulp, translate sass to css, haml to html. This is a general repository in which I will compare similar frontend technologies. Rather it does not create a consistent application, sooner a several separate views.

Screenshots

Example screenshot

Technologies

  • Gulp - "gulp": "^3.9.1",
  • Haml - "gulp-haml": "^1.0.1"
  • SCSS - "gulp-sass": "^4.0.1"
  • browserSync - "browser-sync": "^2.24.5"

Setup

There is no nessecary setup. Gulp tasks usage:

gulp hello

gulp sass

gulp haml

Code Examples

Simple gulp task:

gulp.task('hello', function() {
    console.log('Hello Nice Guy');
  });

Simple haml code:

#content
  .left.column
    %h2 Welcome to our site!
    %p= print_information
  .right.column
    = render :partial => "sidebar"

Features

List of features ready and TODOs for future development

  • HAML
  • SCSS

To-do list:

  • add more HAML files

Status

Project is: in progress

I'm going to add some HAML files in the future to train the syntax.

Inspiration

Some unusual inspiration

Contact

Created by @lapinskap - feel free to contact me!

About

Gulp and HAML files + SCSS/LESS/SASS - compare frontend technologies

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published