Toggle navigation
P3X GitList Snapshot
GitHub
Repo
Changelog
To do
Releases
Themes
Change log
Loading change log ...
To do ...
Loading todo ...
browsing:
c8695d44cd05803f33032011e626850f6be1b41b
Branches
master
Files
Commits
Log
Graph
Stats
json2xls-worker-thread.git
Gruntfile.js
RSS
Git
Fetch origin
Download
ZIP
TAR
Clone
Raw
View
History
Clone
SSH
HTTPS
Blames found: 1
Mode: javascript
Binary: false
Hang on, we reloading big blames...
07c75521
const utils = require('corifeus-utils'); module.exports = (grunt) => { const builder = require(`corifeus-builder`); const loader = new builder.loader(grunt); loader.js(); grunt.registerTask('default', builder.config.task.build.js); }