summaryrefslogtreecommitdiff
path: root/Gruntfile.js
blob: a2204348dac8b03d17543441f329ed046fa28e3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
pre { line-height: 125%; }
td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
.highlight .hll { background-color: #ffffcc }
.highlight .c { co
module.exports = function(grunt) {
  var path = require("path");

  grunt.initConfig({
    pkg: grunt.file.readJSON("package.json"),
    bower: {
      install: {
        options: {
          targetDir: "static/scripts/libs",
s="kc">true, layout: "byComponent" } } }, run: { mach2: { cmd: "python", args: ["mach2.py"] } } }); grunt.loadNpmTasks("grunt-bower-task"); grunt.loadNpmTasks("grunt-run"); grunt.task.registerTask("default", ["bower:install", "run:mach2"]); };