1.2.4 • Published 4 years ago

nomad-group-module v1.2.4

Weekly downloads
68
License
-
Repository
bitbucket
Last release
4 years ago

nomad-group-module

Group module for Nomad Cloud web app.

This module add the Group tab to the Nomad Cloud app.

Contents

1 Project structure

  • Sources:
    • js folder for the javascript files
    • templates HTML views
    • GruntFile.js contains the Grunt functions to build the distribution files (into dist folder)
  • Testing:
    • index.html HTML page used to test the module
    • test/test.js test Main controller

3 Testing

Install lite-server:

npm i lite-server -g 

Run the module test page:

npm test 

4 Building

The following command:

npm run build
  • Concatenate javascipt files.
  • Concatenate template pages into module javascript file.
  • Uglify the javascript module file.
  • Creates dist folder with all the files of distribution.
  • Copy the package.json & README.md files into the 'dist' folder.

5 Publishing

Before publishing the first time:

  • Set the Sixense Digital registry:
npm set registry http://registry.sixense-digitalsite.com:4873
  • Then run publish script
npm run publish
1.2.4

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.12

4 years ago

1.1.11

4 years ago

1.1.10

4 years ago

1.1.9

4 years ago

1.1.8

4 years ago

1.1.7

4 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago