Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
907775d7
Commit
907775d7
authored
Jun 07, 2018
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
No further need for a separate babel file and transpile step
parent
a09333f8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
18 deletions
+1
-18
.babelrc
.babelrc
+0
-9
Makefile
Makefile
+1
-6
builds/README.md
builds/README.md
+0
-3
No files found.
.babelrc
deleted
100644 → 0
View file @
a09333f8
{
"presets": [
["@babel/preset-env", {
"targets": {
"browsers": ["last 2 versions", "safari >= 10", "IE >= 11"]
}
}]
]
}
Makefile
View file @
907775d7
...
...
@@ -158,11 +158,6 @@ watch: dev
watchjs
:
dev
./node_modules/.bin/npx webpack
--mode
=
development
--watch
transpile
:
dev src
$(BABEL)
--source-maps
--out-dir
=
./builds ./src
$(BABEL)
--source-maps
--out-dir
=
./builds ./node_modules/backbone.vdomview/backbone.vdomview.js
touch
transpile
.PHONY
:
logo
logo
:
logo/conversejs-transparent16.png
\
logo/conversejs-transparent19.png
\
...
...
@@ -211,7 +206,7 @@ dist/converse-no-dependencies-es2015.js: src webpack.config.js stamp-npm
dist
::
build
.PHONY
:
build
build
::
dev css
transpile
$(BUILDS)
build
::
dev css $(BUILDS)
########################################################################
## Tests
...
...
builds/README.md
deleted
100644 → 0
View file @
a09333f8
This directory exists as a location for intermediate files generated by the
Babel compiler, before they're bundled into distribution bundles in the
`./dist/`
directory.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment