Skip to content

Commit

Permalink
Restructure project src & fixed some other issues (#27)
Browse files Browse the repository at this point in the history
* restructure project src
* remove manual distribution step
  • Loading branch information
unixzii authored and jh3y committed Oct 22, 2017
1 parent f869c34 commit b74ce88
Show file tree
Hide file tree
Showing 32 changed files with 8,174 additions and 842 deletions.
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.DS_Store
public/

test/test.js
dist/
node_modules/
test/test.js
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ GHPAGES = $(MODULES)/gh-pages

DEST = dist
FILE_NAME = ep
SCRIPT_SRC = src/script/entries/ep/index.js
STYLE_SRC = src/script/entries/ep/ep.scss
SCRIPT_SRC = src/script/index.js
STYLE_SRC = src/styles/ep.scss

UGLIFY_OPTS = --compress --comments --mangle -o $(DEST)/$(FILE_NAME).min.js $(DEST)/$(FILE_NAME).js
CLEANCSS_OPTS = --s1 -o $(DEST)/$(FILE_NAME).min.css $(DEST)/$(FILE_NAME).css
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ep",
"main": "dist/ep.css",
"version": "2.0.3",
"version": "2.0.4",
"homepage": "http://jh3y.github.io/ep",
"authors": [
"jh3y <jh3y@users.noreply.github.com>"
Expand Down
Loading

0 comments on commit b74ce88

Please sign in to comment.