├── README.md ├── bin └── include-file ├── package.json ├── src └── include-file.js └── test ├── about.html ├── index.html ├── news.html └── public ├── footer.html └── header.html /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aui/include-file/HEAD/README.md -------------------------------------------------------------------------------- /bin/include-file: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aui/include-file/HEAD/bin/include-file -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aui/include-file/HEAD/package.json -------------------------------------------------------------------------------- /src/include-file.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aui/include-file/HEAD/src/include-file.js -------------------------------------------------------------------------------- /test/about.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aui/include-file/HEAD/test/about.html -------------------------------------------------------------------------------- /test/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aui/include-file/HEAD/test/index.html -------------------------------------------------------------------------------- /test/news.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aui/include-file/HEAD/test/news.html -------------------------------------------------------------------------------- /test/public/footer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aui/include-file/HEAD/test/public/footer.html -------------------------------------------------------------------------------- /test/public/header.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aui/include-file/HEAD/test/public/header.html --------------------------------------------------------------------------------