Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
searx-engine
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
searx-engine
Commits
90b24f10
Commit
90b24f10
authored
Jul 23, 2019
by
Dalf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
manage.sh grunt_build: add node_modules/.bin to the path
parent
e4e8e6da
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
manage.sh
manage.sh
+3
-1
No files found.
manage.sh
View file @
90b24f10
...
...
@@ -152,6 +152,8 @@ styles() {
}
grunt_build
()
{
npm_path_setup
echo
'[!] Grunt build : oscar theme'
grunt
--gruntfile
"
$SEARX_DIR
/static/themes/oscar/gruntfile.js"
echo
'[!] Grunt build : simple theme'
...
...
@@ -243,7 +245,7 @@ Commands
update_packages - Check & update production dependency changes
update_dev_packages - Check & update development and production dependency changes
install_geckodriver - Download & install geckodriver if not already installed (required for robot_tests)
npm_packages - Download & install npm dependencies
(source manage.sh to update the PATH)
npm_packages - Download & install npm dependencies
Build
-----
...
...
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