Skip to content

Commit

Permalink
Latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscop committed Feb 15, 2016
1 parent e766a55 commit cbc2ba6
Show file tree
Hide file tree
Showing 39 changed files with 1,833 additions and 3,288 deletions.
6 changes: 2 additions & 4 deletions Gruntfile.js
Expand Up @@ -9,8 +9,6 @@ var plugins = fs.readdirSync(__dirname + "/src/plugins").filter(function(one){
return info;
});

console.log("Plugins: ", plugins);

// This builds the library itself
module.exports = function (grunt) {

Expand Down Expand Up @@ -82,13 +80,13 @@ module.exports = function (grunt) {
// get the current concat config
var concat = {
test: { src: [], dest: 'test/tests.html' },
docs: { src: [], dest: 'documentation.md' },
docs: { src: ['src/readme.md'], dest: 'documentation.md' },
preview: { src: [], dest: 'preview.html' }
};

fs.readdirSync(__dirname + "/src/plugins").forEach(function(name, i){
var test = 'src/plugins/' + name + '/test.html';
var doc = 'src/plugins/' + name + '/documentation.md';
var doc = 'src/plugins/' + name + '/readme.md';
var preview = 'src/plugins/' + name + '/description.html';


Expand Down
812 changes: 527 additions & 285 deletions documentation.html

Large diffs are not rendered by default.

0 comments on commit cbc2ba6

Please sign in to comment.