Skip to content

Commit

Permalink
copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
ahadrt committed Jan 24, 2017
1 parent 26dd494 commit 6b29cdc
Showing 5 changed files with 57 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/copyall.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/**
project:* batreh-aspnet-make
type: buile tool
company: Borna Mehr Fann.
treadmark: Barteh
Licence: MIT
description: nodejs library tool for build and bundle asp.net and
modern js libraqries like angularjs.
auther: Ahad Rafat Talebi.
site: www.barteh.ir
*/
var glob=require('glob').glob;
var path=require('path');
var fs=require('fs');
11 changes: 11 additions & 0 deletions src/lock.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/**
project:* batreh-aspnet-make
type: buile tool
company: Borna Mehr Fann.
treadmark: Barteh
Licence: MIT
description: nodejs library tool for build and bundle asp.net and
modern js libraqries like angularjs.
auther: Ahad Rafat Talebi.
site: www.barteh.ir
*/
var exec = require('sync-exec');
var glob = require('glob').glob;
var path = require('path');
13 changes: 13 additions & 0 deletions src/makedistdir.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
/**
project:* batreh-aspnet-make
type: buile tool
company: Borna Mehr Fann.
treadmark: Barteh
Licence: MIT
description: nodejs library tool for build and bundle asp.net and
modern js libraqries like angularjs.
auther: Ahad Rafat Talebi.
site: www.barteh.ir
*/


var fs = require('fs');


11 changes: 11 additions & 0 deletions src/makefonts.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/**
project:* batreh-aspnet-make
type: buile tool
company: Borna Mehr Fann.
treadmark: Barteh
Licence: MIT
description: nodejs library tool for build and bundle asp.net and
modern js libraqries like angularjs.
auther: Ahad Rafat Talebi.
site: www.barteh.ir
*/
var fs = require('fs');
var extra = require('fs-extra');
var glob = require('glob');
11 changes: 11 additions & 0 deletions src/makestatichtml.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/**
project:* batreh-aspnet-make
type: buile tool
company: Borna Mehr Fann.
treadmark: Barteh
Licence: MIT
description: nodejs library tool for build and bundle asp.net and
modern js libraqries like angularjs.
auther: Ahad Rafat Talebi.
site: www.barteh.ir
*/
var fs = require('fs');
var jsdom = require('jsdom');
var path = require('path');

0 comments on commit 6b29cdc

Please sign in to comment.