This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html class="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Example Facebook Page Like Box</title> | |
</head> | |
<body> | |
<div id="fb-root"></div> | |
<div id="main-wrapper" style="height: 100%;"> | |
</div><!-- end main wrapper --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = function(grunt) { | |
grunt.initConfig({ | |
concat : { | |
options: { | |
paths: { | |
src: 'assets/css', | |
dest: 'temp' | |
} |