Skip to content

Instantly share code, notes, and snippets.

View anjum121's full-sized avatar

Anjum Nawab anjum121

View GitHub Profile
@anjum121
anjum121 / gulpfile.js
Created November 18, 2015 10:26
Base gulp setup for
var gulp = require('gulp'),
browserSync = require('browser-sync').create(),
reload = browserSync.reload,
concat = require('gulp-concat'),
cssmin = require('gulp-minify-css'),
rename = require('gulp-rename'),
sass = require('gulp-sass'),
uglify = require('gulp-uglify'),
jshint = require('gulp-jshint'),
order = require("gulp-order"),
<link href="../google-map/google-map.html" rel="import">
<link href="../ace-element/ace-element.html" rel="import">
<polymer-element name="my-element">
<template>
<style>
#design_host {
position: absolute;
width: 100%;
@anjum121
anjum121 / gist:2476431
Created April 24, 2012 04:27
HTML 5 Basic page with jquery link
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>XML Read</title>
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.1.0-rc.1/jquery.mobile-1.1.0-rc.1.min.css" />
<script type="text/javascript" src="js/jquery-1.7.2.min.js"></script>
<script>
$(document).ready(function() {
// Your jQuery commands go here before the mobile reference