1.0.4 • Published 5 years ago

hashe-builder v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
5 years ago

Hashe Builder for angularjs

npm module to build all your angularjs javascript files and make a dist of your project to prevent cache issues

#installation run following command:

> npm install hashe-builder --save

requirements

please add the package.json file available in the repository if you don't have a package.json in your project. if you do have. add the following scripts to your package.json

"scripts": {
    "hashe-watch": "node ./node_modules/hashe-builder/index.js",
    "test": "node ./node_modules/hashe-builder/index.js"
 }
 

how to use

in your main directory create a file named hasheconfig.json and include all your scripts as shown below.

{
    "scripts": [
        "app.js",
        "directives/mydirective.js",
        "services/constants.js",
        "services/abcservice.js",
        "controllers/mycontrollers.js",
    ]
}

now you can watch your files with the below command

>  npm run hashe-watch
1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago