primitive-script-bundler
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "primitive-script-bundler", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,18 +0,16 @@ | ||
<h1>Simple script bundler modeled after Webpack</h1> | ||
#Primitive script bundler modeled after Webpack | ||
<h3>To use in your project:</h3> | ||
###To use in your project:</h3> | ||
<ul> | ||
<li>Declare a config.json file. This is where primitive-script-bundler | ||
will look for your configuration. Currently supports an array of filenames.</li> | ||
* | ||
1. Declare a config.json file. This is where primitive-script-bundler | ||
will look for your configuration. Currently supports an array of filenames. | ||
<li>E.g. files: ["test.js", "dogs.js"]</li> | ||
2. E.g. --> files: ["test.js", "dogs.js"] | ||
<li>Create an output file (bundle.js is there by default)</li> | ||
3. Create an output file (bundle.js is there by default) | ||
<li>Create script in package.json to run:</li> | ||
4. Create script in package.json to run: E.g. --> "bundle": "node index.js" | ||
* | ||
<li>E.g. --> "bundle": "node index.js"</li> | ||
</ul> | ||
<b>Built by Theodore Anderson</b> | ||
###Built by Theodore Anderson |
1593
16