A new start

This commit is contained in:
2018-11-24 14:43:59 +01:00
commit 3c32c8a37a
24054 changed files with 1376258 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
// basic-include.js
// b.js
// c.js

View File

@@ -0,0 +1,25 @@
/*
This is a big dummy project file to test out lots of features of gulp-include
working together in harmony.
*/
/*
I'm going to be crazy and import some files inline here in a list.
// b.js
// c.js
//=require deep_path/b.js
//=require deep_path/deeper_path/c.js
// b.js
// c.js
//=require deep_path/b.js
//=require deep_path/deeper_path/c.js
// b.js
// c.js
#=require deep_path/b.js
#=require deep_path/deeper_path/c.js
*/
// This is an inline comment
// Tree inclusion
// b.js
// c.js

View File

@@ -0,0 +1,4 @@
// include-path a.js
// include-path b.js
// another include path file
// third include path file

View File

@@ -0,0 +1,3 @@
// include-trees.js
// b.js
// c.js

View File

@@ -0,0 +1,5 @@
// options-extensions.js
//=include deep_path/b.js
/*
Lorem ipsum
/*

View File

@@ -0,0 +1,8 @@
// Recursive inclusion
// recursive-one.js
// b.js
// c.js
// recursive-two.js
// recursive-three.js
// Above should be b.js and c.js

View File

@@ -0,0 +1,15 @@
// whitespace.js
// b.js
// c.js
// 2 spaces over
// 4 spaces over
// No spaces over
// 8 spaces over
// Should be indented below
// 2 spaces over
// 4 spaces over
// No spaces over
// 8 spaces over