Skip to content

Instantly share code, notes, and snippets.

View praveenaj's full-sized avatar

Praveena Sarathchandra praveenaj

View GitHub Profile
@praveenaj
praveenaj / Gruntfile.js
Last active February 16, 2020 16:07
Compile Pages Light theme CSS using SASS
// getting_started/html/Gruntfile.js
"use strict";
module.exports = function(grunt) {
const sass = require("node-sass");
grunt.loadNpmTasks("grunt-contrib-watch");
grunt.loadNpmTasks("grunt-contrib-copy");
grunt.loadNpmTasks("grunt-contrib-cssmin");
@praveenaj
praveenaj / README.txt
Created March 10, 2016 19:30
How to setup React + Karma + mocha + webpack
1) https://medium.com/@scbarrus/how-to-get-test-coverage-on-react-with-karma-babel-and-webpack-c9273d805063#.d9z3ra7cg
2) http://stackoverflow.com/questions/29105947/babel-karma-chai-gives-typeerror-caller-callee-and-arguments-proper
3) https://labs.chie.do/jest-testing-with-react-router/